Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h198 virtual StringRef getEHFrameSection() = 0;
290 StringRef getEHFrameSection() override { return EHFrameSection; } in getEHFrameSection() function
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h44 virtual const DWARFSection &getEHFrameSection() const { return Dummy; } in getEHFrameSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h44 virtual const DWARFSection &getEHFrameSection() const { return Dummy; } in getEHFrameSection() function
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h343 MCSection *getEHFrameSection() { in getEHFrameSection() function
/external/llvm-project/llvm/tools/llvm-readobj/
DDwarfCFIEHPrinter.h190 DICtx->getDWARFObj().getEHFrameSection(), in printEHFrame()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h394 MCSection *getEHFrameSection() { in getEHFrameSection() function
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h407 MCSection *getEHFrameSection() { in getEHFrameSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp438 DObj->getEHFrameSection().Data)) in dump()
797 DWARFDataExtractor debugFrameData(*DObj, DObj->getEHFrameSection(), in getEHFrame()
1841 const DWARFSection &getEHFrameSection() const override { in getEHFrameSection() function in __anonc7c59b990d11::DWARFObjInMemory
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp467 DObj->getEHFrameSection().Data)) { in dump()
849 DWARFDataExtractor debugFrameData(*DObj, DObj->getEHFrameSection(), in getEHFrame()
1903 const DWARFSection &getEHFrameSection() const override { in getEHFrameSection() function in __anonbdce32250f11::DWARFObjInMemory
/external/llvm-project/llvm/docs/
DMCJITDesignAndImplementation.rst171 RuntimeDyld::getEHFrameSection, and if a non-zero result is returned
/external/llvm/docs/
DMCJITDesignAndImplementation.rst171 RuntimeDyld::getEHFrameSection, and if a non-zero result is returned
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp374 DataExtractor debugFrameData(getEHFrameSection(), isLittleEndian(), in getEHFrame()
/external/llvm/lib/MC/
DMCDwarf.cpp1516 IsEH ? *const_cast<MCObjectFileInfo *>(MOFI)->getEHFrameSection() in Emit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp1853 IsEH ? *const_cast<MCObjectFileInfo *>(MOFI)->getEHFrameSection() in Emit()
/external/llvm-project/llvm/lib/MC/
DMCDwarf.cpp1917 IsEH ? *const_cast<MCObjectFileInfo *>(MOFI)->getEHFrameSection() in Emit()