brintos

brintos / llvm-project-archived public Read only

0
0
Text · 967 B · c3bfe5a Raw
35 lines · plain
1// REQUIRES: aarch64-registered-target2// RUN: llvm-mc -filetype=obj -triple aarch64-windows %s -o %t.o3// RUN: llvm-readobj --unwind %t.o | FileCheck %s4 5// CHECK:          ExceptionData {6// CHECK-NEXT:       FunctionLength: 47// CHECK-NEXT:       Version: 08// CHECK-NEXT:       ExceptionData: Yes9// CHECK-NEXT:       EpiloguePacked: Yes10// CHECK-NEXT:       EpilogueOffset: 011// CHECK-NEXT:       ByteCodeLength: 412// CHECK-NEXT:       Prologue [13// CHECK-NEXT:         0xe4                ; end14// CHECK-NEXT:       ]15// CHECK-NEXT:       ExceptionHandler [16// CHECK-NEXT:         Routine: 0x1122334417// CHECK-NEXT:         Parameter: 0x5566778818// CHECK-NEXT:       ]19 20.section .pdata,"dr"21        .long func@IMGREL22        .long "$unwind$func"@IMGREL23 24        .text25        .globl  func26func:27        ret28 29.section .xdata,"dr"30"$unwind$func":31.byte 0x01, 0x00, 0x30, 0x0832.byte 0xe4, 0xe3, 0xe3, 0xe333.byte 0x44, 0x33, 0x22, 0x1134.byte 0x88, 0x77, 0x66, 0x5535