Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h172 MCSection *EHFrameSection = nullptr; variable
417 MCSection *getEHFrameSection() const { return EHFrameSection; } in getEHFrameSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp54 EHFrameSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
497 EHFrameSection = in initELFMCObjectFileInfo()
508 EHFrameSection = in initCOFFMCObjectFileInfo()
980 EHFrameSection = nullptr; // Created on demand. in initMCObjectFileInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1529 DWARFSectionMap EHFrameSection; member in __anona8a913f90f11::DWARFObjInMemory
1553 .Case("eh_frame", &EHFrameSection) in mapNameToDWARFSection()
1916 return EHFrameSection; in getEHFrameSection()