Searched defs:LSDA (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 323 Value *LSDA = emitEHLSDA(Builder, F); in emitExceptionRegistrationRecord() local 406 Value *LSDA = emitEHLSDA(Builder, ParentFunc); in generateLSDAInEAXThunk() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 323 Value *LSDA = emitEHLSDA(Builder, F); in emitExceptionRegistrationRecord() local 406 Value *LSDA = emitEHLSDA(Builder, ParentFunc); in generateLSDAInEAXThunk() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 328 Value *LSDA = emitEHLSDA(Builder, F); in emitExceptionRegistrationRecord() local 406 Value *LSDA = emitEHLSDA(Builder, ParentFunc); in generateLSDAInEAXThunk() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AIXException.cpp | 26 void AIXException::emitExceptionInfoTable(const MCSymbol *LSDA, in emitExceptionInfoTable()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | SjLjEHPrepare.cpp | 226 Value *LSDA = Builder.CreateCall(LSDAAddrFn, {}, "lsda_addr"); in setupFunctionContext() local
|
H A D | TargetLoweringObjectFileImpl.cpp | 979 const auto *LSDA = cast<MCSectionELF>(LSDASection); in getSectionForLSDA() local 2628 auto *LSDA = cast<MCSectionXCOFF>(LSDASection); in getSectionForLSDA() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | SjLjEHPrepare.cpp | 217 Value *LSDA = Builder.CreateCall(LSDAAddrFn, {}, "lsda_addr"); in setupFunctionContext() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | SjLjEHPrepare.cpp | 212 Value *LSDA = Builder.CreateCall(LSDAAddrFn, {}, "lsda_addr"); in setupFunctionContext() local
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.cpp | 297 TargetPtrT LSDA = readBytesUnaligned(P, sizeof(TargetPtrT)); in processFDE() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.cpp | 302 TargetPtrT LSDA = readBytesUnaligned(P, sizeof(TargetPtrT)); in processFDE() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.cpp | 302 TargetPtrT LSDA = readBytesUnaligned(P, sizeof(TargetPtrT)); in processFDE() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | EHFrameSupport.cpp | 513 JITTargetAddress LSDA = RecordAddress + LSDAFieldOffset + *LSDADelta; in processFDE() local
|