/external/llvm/test/tools/llvm-objdump/ |
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-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-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/lib/Target/X86/ |
D | X86WinEHState.cpp | 292 Value *LSDA = Builder.CreateCall( in emitExceptionRegistrationRecord() local 295 LSDA = Builder.CreatePtrToInt(LSDA, Int32Ty); in emitExceptionRegistrationRecord() 302 LSDA = Builder.CreateXor(LSDA, Val); in emitExceptionRegistrationRecord() 304 Builder.CreateStore(LSDA, Builder.CreateStructGEP(RegNodeTy, RegNode, 3)); in emitExceptionRegistrationRecord() 353 Value *LSDA = emitEHLSDA(Builder, ParentFunc); in generateLSDAInEAXThunk() local 357 Value *Args[5] = {LSDA, &*AI++, &*AI++, &*AI++, &*AI++}; in generateLSDAInEAXThunk()
|
/external/llvm/test/CodeGen/X86/ |
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/test/CodeGen/XCore/ |
D | exception.ll | 46 ; CHECK: .cfi_lsda 0, [[LSDA:.L[a-zA-Z0-9_]+]] 105 ; CHECK: [[LSDA]]:
|
/external/llvm/docs/ |
D | Lexicon.rst | 141 **LSDA** 145 FDE points to an optional LSDA which is passed to the personality function. 146 For C++, the LSDA contain info about the type and location of catch
|
D | ExceptionHandling.rst | 470 the address of the Language Specific Data Area (LSDA) for the current 483 instruction. This is used to ensure that landing pad entries in the LSDA are 513 referred to as the language-specific data area (LSDA). The format of the LSDA
|
/external/llvm/test/CodeGen/ARM/ |
D | ehabi-handlerdata-nounwind.ll | 7 ; however, it is still required to generate LSDA, otherwise, we can't catch
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 269 TargetPtrT LSDA = readBytesUnaligned(P, sizeof(TargetPtrT)); in processFDE() local 270 TargetPtrT NewLSDA = LSDA - DeltaForEH; in processFDE()
|
/external/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 238 Value *LSDA = Builder.CreateCall(LSDAAddrFn, {}, "lsda_addr"); in setupFunctionContext() local 241 Builder.CreateStore(LSDA, LSDAFieldPtr, /*isVolatile=*/true); in setupFunctionContext()
|
/external/libunwind/doc/ |
D | unw_get_proc_info.tex | 35 language-specific data-area (LSDA). This area normally contains
|
/external/elfutils/po/ |
D | uk.po | 5736 msgid "LSDA pointer encoding: " 5737 msgstr "Кодування вказівника LSDA: " 5752 msgstr " %-26sвказівник LSDA: %#<PRIx64>\n"
|
D | pl.po | 5697 msgid "LSDA pointer encoding: " 5698 msgstr "Kodowanie wskaźnika LSDA: " 5713 msgstr " %-26sWskaźnik LSDA: %#<PRIx64>\n"
|
D | ja.po | 5447 msgid "LSDA pointer encoding: " 5448 msgstr "LSDA ポインターエンコード:"
|
D | es.po | 5752 msgid "LSDA pointer encoding: " 5753 msgstr "Codificación de puntero LSDA:"
|
D | zh_CN.po | 4656 msgid "LSDA pointer encoding: "
|
D | it.po | 4656 msgid "LSDA pointer encoding: "
|
D | fr.po | 4655 msgid "LSDA pointer encoding: "
|
D | ru.po | 4655 msgid "LSDA pointer encoding: "
|
D | nl.po | 4656 msgid "LSDA pointer encoding: "
|
D | de.po | 5272 msgid "LSDA pointer encoding: "
|