Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h141 struct EHFrame { struct
145 typedef std::vector<EHFrame> EHFrameInfos; argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp26 auto *EHFrame = G.findSectionByName(EHFrameSectionName); in operator ()() local
130 auto *EHFrame = G.findSectionByName(EHFrameSectionName); in operator ()() local
747 auto *EHFrame = G.findSectionByName(EHFrameSectionName); in operator ()() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h325 struct EHFrame { struct
329 std::vector<EHFrame> UnfinalizedEHFrames; argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h63 std::unique_ptr<DWARFDebugFrame> EHFrame; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp326 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID]; in registerEHFrames() local