/external/llvm/test/tools/llvm-objdump/ |
D | macho-unwind-info-arm64.test | 20 # CHECK: [0]: function offset=0x00007d64, 2nd level page offset=0x00000050, LSDA offset=0x00000… 21 # CHECK: [1]: function offset=0x00007eb5, 2nd level page offset=0x00000000, LSDA offset=0x00000… 22 # CHECK: LSDA descriptors: 23 # CHECK: [0]: function offset=0x00007d90, LSDA offset=0x00007f44 24 # CHECK: [1]: function offset=0x00007e10, LSDA offset=0x00007f6c
|
D | macho-unwind-info-x86_64.test | 20 # CHECK: [0]: function offset=0x00000d70, 2nd level page offset=0x00000050, LSDA offset=0x000000… 21 # CHECK: [1]: function offset=0x00000eab, 2nd level page offset=0x00000000, LSDA offset=0x000000… 22 # CHECK: LSDA descriptors: 23 # CHECK: [0]: function offset=0x00000db0, LSDA offset=0x00000f0c 24 # CHECK: [1]: function offset=0x00000e20, LSDA offset=0x00000f34
|
D | macho-compact-unwind-x86_64.test | 9 # CHECK-NOT: LSDA 15 # CHECK: LSDA: 0x180 GCC_except_table1 21 # CHECK: LSDA: 0x1a8 GCC_except_table2 27 # CHECK-NOT: LSDA
|
D | macho-compact-unwind-i386.test | 9 # CHECK-NOT: LSDA 15 # CHECK: LSDA: 0x180 GCC_except_table1 21 # CHECK: LSDA: 0x1a8 GCC_except_table2 27 # CHECK-NOT: LSDA
|
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/ |
D | unwind-info-x86_64.test | 20 # CHECK: [0]: function offset=0x00000d70, 2nd level page offset=0x00000050, LSDA offset=0x000000… 21 # CHECK: [1]: function offset=0x00000eab, 2nd level page offset=0x00000000, LSDA offset=0x000000… 22 # CHECK: LSDA descriptors: 23 # CHECK: [0]: function offset=0x00000db0, LSDA offset=0x00000f0c 24 # CHECK: [1]: function offset=0x00000e20, LSDA offset=0x00000f34
|
D | unwind-info-arm64.test | 20 # CHECK: [0]: function offset=0x00007d64, 2nd level page offset=0x00000050, LSDA offset=0x00000… 21 # CHECK: [1]: function offset=0x00007eb5, 2nd level page offset=0x00000000, LSDA offset=0x00000… 22 # CHECK: LSDA descriptors: 23 # CHECK: [0]: function offset=0x00007d90, LSDA offset=0x00007f44 24 # CHECK: [1]: function offset=0x00007e10, LSDA offset=0x00007f6c
|
D | compact-unwind-x86_64.test | 9 # CHECK-NOT: LSDA 15 # CHECK: LSDA: 0x180 GCC_except_table1 21 # CHECK: LSDA: 0x1a8 GCC_except_table2 27 # CHECK-NOT: LSDA
|
D | compact-unwind-i386.test | 9 # CHECK-NOT: LSDA 15 # CHECK: LSDA: 0x180 GCC_except_table1 21 # CHECK: LSDA: 0x1a8 GCC_except_table2 27 # CHECK-NOT: LSDA
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AIXException.cpp | 25 void AIXException::emitExceptionInfoTable(const MCSymbol *LSDA, in emitExceptionInfoTable() argument 54 Asm->OutStreamer->emitValue(MCSymbolRefExpr::create(LSDA, Asm->OutContext), in emitExceptionInfoTable()
|
D | DwarfException.h | 99 void emitExceptionInfoTable(const MCSymbol *LSDA, const MCSymbol *PerSym);
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | sjlj-eh.ll | 43 ; UFC.__lsda = $LSDA 44 ; CHECK: movl $[[LSDA:GCC_except_table[0-9]+]], -36(%ebp) 92 ; UFC.__lsda = $LSDA 93 ; CHECK-X64: leaq [[LSDA:GCC_except_table[0-9]+]](%rip), %rax
|
D | win-funclet-cfi.ll | 61 ; Don't emit a reference to the LSDA. 91 ; Emit a reference to the LSDA.
|
D | wineh-no-ehpads.ll | 19 ; Shouldn't have any LSDA either.
|
D | gcc_except_table_bb_sections.ll | 6 ; Verify that each basic block section gets its own LSDA exception symbol. 12 ;; Verify personality function and LSDA encoding for NON-PIC mode. 18 ;; Verify personality function and LSDA encoding for PIC mode.
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 323 Value *LSDA = emitEHLSDA(Builder, F); in emitExceptionRegistrationRecord() local 324 LSDA = Builder.CreatePtrToInt(LSDA, Int32Ty); in emitExceptionRegistrationRecord() 330 LSDA = Builder.CreateXor(LSDA, Val); in emitExceptionRegistrationRecord() 332 Builder.CreateStore(LSDA, Builder.CreateStructGEP(RegNodeTy, RegNode, 3)); in emitExceptionRegistrationRecord() 406 Value *LSDA = emitEHLSDA(Builder, ParentFunc); in generateLSDAInEAXThunk() local 410 Value *Args[5] = {LSDA, &*AI++, &*AI++, &*AI++, &*AI++}; in generateLSDAInEAXThunk()
|
/external/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 328 Value *LSDA = emitEHLSDA(Builder, F); in emitExceptionRegistrationRecord() local 329 LSDA = Builder.CreatePtrToInt(LSDA, Int32Ty); in emitExceptionRegistrationRecord() 335 LSDA = Builder.CreateXor(LSDA, Val); in emitExceptionRegistrationRecord() 337 Builder.CreateStore(LSDA, Builder.CreateStructGEP(RegNodeTy, RegNode, 3)); in emitExceptionRegistrationRecord() 406 Value *LSDA = emitEHLSDA(Builder, ParentFunc); in generateLSDAInEAXThunk() local 410 Value *Args[5] = {LSDA, &*AI++, &*AI++, &*AI++, &*AI++}; in generateLSDAInEAXThunk()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 323 Value *LSDA = emitEHLSDA(Builder, F); in emitExceptionRegistrationRecord() local 324 LSDA = Builder.CreatePtrToInt(LSDA, Int32Ty); in emitExceptionRegistrationRecord() 330 LSDA = Builder.CreateXor(LSDA, Val); in emitExceptionRegistrationRecord() 332 Builder.CreateStore(LSDA, Builder.CreateStructGEP(RegNodeTy, RegNode, 3)); in emitExceptionRegistrationRecord() 406 Value *LSDA = emitEHLSDA(Builder, ParentFunc); in generateLSDAInEAXThunk() local 410 Value *Args[5] = {LSDA, &*AI++, &*AI++, &*AI++, &*AI++}; in generateLSDAInEAXThunk()
|
/external/llvm/test/CodeGen/X86/ |
D | sjlj-eh.ll | 40 ; UFC.__lsda = $LSDA 41 ; CHECK: movl $[[LSDA:GCC_except_table[0-9]+]], -36(%ebp)
|
D | win-funclet-cfi.ll | 61 ; Don't emit a reference to the LSDA. 91 ; Emit a reference to the LSDA.
|
D | wineh-no-ehpads.ll | 19 ; Shouldn't have any LSDA either.
|
/external/llvm-project/llvm/test/MC/AArch64/ |
D | arm64_32-compact-unwind.s | 5 ; references to addresses (function, personality, LSDA) are pointer-sized.
|
/external/llvm-project/llvm/test/tools/llvm-objdump/COFF/ |
D | eh_frame.test | 20 # CHECK: LSDA Address: 0000000000406000
|
/external/llvm-project/llvm/test/CodeGen/XCore/ |
D | exception.ll | 46 ; CHECK: .cfi_lsda 0, [[LSDA:.L[a-zA-Z0-9_]+]] 105 ; CHECK: [[LSDA]]:
|
/external/llvm/test/CodeGen/XCore/ |
D | exception.ll | 46 ; CHECK: .cfi_lsda 0, [[LSDA:.L[a-zA-Z0-9_]+]] 105 ; CHECK: [[LSDA]]:
|
/external/llvm-project/llvm/test/tools/llvm-objdump/ |
D | eh_frame-mipsel.test | 19 # CHECK-NEXT: LSDA Address: 0000000000400a90
|