Home
last modified time | relevance | path

Searched refs:getEHFrameSection (Results 1 – 8 of 8) 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/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp81 const_cast<TargetLoweringObjectFile&>(TLOF).getEHFrameSection()); in EndModule()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h270 const MCSection *getEHFrameSection() { in getEHFrameSection() function
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h343 MCSection *getEHFrameSection() { in getEHFrameSection() function
/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/swiftshader/third_party/LLVM/lib/MC/
DMCDwarf.cpp1028 const MCSection &Section = IsEH ? *MOFI->getEHFrameSection() : in Emit()
/external/llvm/lib/MC/
DMCDwarf.cpp1516 IsEH ? *const_cast<MCObjectFileInfo *>(MOFI)->getEHFrameSection() in Emit()