Home
last modified time | relevance | path

Searched refs:EHFrameSection (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.h35 ExecutorAddressRange EHFrameSection; member
81 MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in size()
87 OB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in serialize()
93 IB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in deserialize()
H A Dmacho_platform.cpp70 void walkEHFrameSection(span<const char> EHFrameSection, in walkEHFrameSection() argument
72 const char *CurCFIRecord = EHFrameSection.data(); in walkEHFrameSection()
75 while (CurCFIRecord != EHFrameSection.end() && Size != 0) { in walkEHFrameSection()
328 if (POSR.EHFrameSection.StartAddress) in registerObjectSections()
329 walkEHFrameSection(POSR.EHFrameSection.toSpan<const char>(), in registerObjectSections()
343 if (POSR.EHFrameSection.StartAddress) in deregisterObjectSections()
344 walkEHFrameSection(POSR.EHFrameSection.toSpan<const char>(), in deregisterObjectSections()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h31 ExecutorAddressRange EHFrameSection; member
262 MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in size()
268 OB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in serialize()
274 IB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in deserialize()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h172 MCSection *EHFrameSection = nullptr; variable
418 MCSection *getEHFrameSection() const { return EHFrameSection; } in getEHFrameSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp706 if (auto *EHFrameSection = G.findSectionByName(EHFrameSectionName)) { in addEHAndTLVSupportPasses() local
707 jitlink::SectionRange R(*EHFrameSection); in addEHAndTLVSupportPasses()
709 POSR.EHFrameSection = {ExecutorAddress(R.getStart()), in addEHAndTLVSupportPasses()
738 if (POSR.EHFrameSection.StartAddress || in addEHAndTLVSupportPasses()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp55 EHFrameSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
498 EHFrameSection = in initELFMCObjectFileInfo()
514 EHFrameSection = in initCOFFMCObjectFileInfo()
986 EHFrameSection = nullptr; // Created on demand. in initMCObjectFileInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1529 DWARFSectionMap EHFrameSection; member in __anond6a2cae20f11::DWARFObjInMemory
1553 .Case("eh_frame", &EHFrameSection) in mapNameToDWARFSection()
1917 return EHFrameSection; in getEHFrameSection()