Home
last modified time | relevance | path

Searched refs:LSDA (Results 1 – 25 of 51) sorted by relevance

123

/external/llvm/test/tools/llvm-objdump/
Dmacho-unwind-info-arm64.test20 # 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
Dmacho-unwind-info-x86_64.test20 # 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
Dmacho-compact-unwind-x86_64.test9 # CHECK-NOT: LSDA
15 # CHECK: LSDA: 0x180 GCC_except_table1
21 # CHECK: LSDA: 0x1a8 GCC_except_table2
27 # CHECK-NOT: LSDA
Dmacho-compact-unwind-i386.test9 # 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/
Dunwind-info-x86_64.test20 # 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
Dunwind-info-arm64.test20 # 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
Dcompact-unwind-x86_64.test9 # CHECK-NOT: LSDA
15 # CHECK: LSDA: 0x180 GCC_except_table1
21 # CHECK: LSDA: 0x1a8 GCC_except_table2
27 # CHECK-NOT: LSDA
Dcompact-unwind-i386.test9 # 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/
DAIXException.cpp25 void AIXException::emitExceptionInfoTable(const MCSymbol *LSDA, in emitExceptionInfoTable() argument
54 Asm->OutStreamer->emitValue(MCSymbolRefExpr::create(LSDA, Asm->OutContext), in emitExceptionInfoTable()
DDwarfException.h99 void emitExceptionInfoTable(const MCSymbol *LSDA, const MCSymbol *PerSym);
/external/llvm-project/llvm/test/CodeGen/X86/
Dsjlj-eh.ll43 ; 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
Dwin-funclet-cfi.ll61 ; Don't emit a reference to the LSDA.
91 ; Emit a reference to the LSDA.
Dwineh-no-ehpads.ll19 ; Shouldn't have any LSDA either.
Dgcc_except_table_bb_sections.ll6 ; 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/
DX86WinEHState.cpp323 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/
DX86WinEHState.cpp328 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/
DX86WinEHState.cpp323 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/
Dsjlj-eh.ll40 ; UFC.__lsda = $LSDA
41 ; CHECK: movl $[[LSDA:GCC_except_table[0-9]+]], -36(%ebp)
Dwin-funclet-cfi.ll61 ; Don't emit a reference to the LSDA.
91 ; Emit a reference to the LSDA.
Dwineh-no-ehpads.ll19 ; Shouldn't have any LSDA either.
/external/llvm-project/llvm/test/MC/AArch64/
Darm64_32-compact-unwind.s5 ; references to addresses (function, personality, LSDA) are pointer-sized.
/external/llvm-project/llvm/test/tools/llvm-objdump/COFF/
Deh_frame.test20 # CHECK: LSDA Address: 0000000000406000
/external/llvm-project/llvm/test/CodeGen/XCore/
Dexception.ll46 ; CHECK: .cfi_lsda 0, [[LSDA:.L[a-zA-Z0-9_]+]]
105 ; CHECK: [[LSDA]]:
/external/llvm/test/CodeGen/XCore/
Dexception.ll46 ; CHECK: .cfi_lsda 0, [[LSDA:.L[a-zA-Z0-9_]+]]
105 ; CHECK: [[LSDA]]:
/external/llvm-project/llvm/test/tools/llvm-objdump/
Deh_frame-mipsel.test19 # CHECK-NEXT: LSDA Address: 0000000000400a90

123