Home
last modified time | relevance | path

Searched refs:getEHFrameSection (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h44 virtual const DWARFSection &getEHFrameSection() const { return Dummy; } in getEHFrameSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h190 DICtx->getDWARFObj().getEHFrameSection(), in printEHFrame()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h417 MCSection *getEHFrameSection() const { return EHFrameSection; } in getEHFrameSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp467 DObj->getEHFrameSection().Data)) { in dump()
852 const DWARFSection &DS = DObj->getEHFrameSection(); in getEHFrame()
1915 const DWARFSection &getEHFrameSection() const override { in getEHFrameSection() function in __anona8a913f90f11::DWARFObjInMemory
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DMCJITDesignAndImplementation.rst171 RuntimeDyld::getEHFrameSection, and if a non-zero result is returned
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp1882 IsEH ? *const_cast<MCObjectFileInfo *>(MOFI)->getEHFrameSection() in Emit()