Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h141 struct EHFrame { struct
145 typedef std::vector<EHFrame> EHFrameInfos; argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DRegisterEHFrames.cpp161 static Error registerEHFrameWrapper(ExecutorAddrRange EHFrame) { in registerEHFrameWrapper()
166 static Error deregisterEHFrameWrapper(ExecutorAddrRange EHFrame) { in deregisterEHFrameWrapper()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp31 auto *EHFrame = G.findSectionByName(EHFrameSectionName); in operator ()() local
635 auto *EHFrame = G.findSectionByName(EHFrameSectionName); operator ()() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp326 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID]; in registerEHFrames() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h64 enum Kind { Regular, Synthetic, Spill, EHFrame, Merge, Output }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp263 std::unique_ptr<DWARFDebugFrame> EHFrame; member in __anonfc0a132e0411::ThreadUnsafeDWARFContextState