Home
last modified time | relevance | path

Searched defs:LSDA (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAIXException.cpp27 void AIXException::emitExceptionInfoTable(const MCSymbol *LSDA, in emitExceptionInfoTable()
/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp322 Value *LSDA = emitEHLSDA(Builder, F); emitExceptionRegistrationRecord() local
404 Value *LSDA = emitEHLSDA(Builder, ParentFunc); generateLSDAInEAXThunk() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp241 Value *LSDA = Builder.CreateCall(LSDAAddrFn, {}, "lsda_addr"); in setupFunctionContext() local
H A DTargetLoweringObjectFileImpl.cpp971 const auto *LSDA = cast<MCSectionELF>(LSDASection); getSectionForLSDA() local
2704 auto *LSDA = cast<MCSectionXCOFF>(LSDASection); getSectionForLSDA() local
[all...]
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp302 TargetPtrT NewLSDA = LSDA - DeltaForEH; in processFDE() local
/llvm-project/bolt/lib/Core/
H A DExceptions.cpp503 std::optional<uint64_t> LSDA = CurFDE.getLSDAAddress(); fillCFIInfoFor() local
[all...]