Home
last modified time | relevance | path

Searched refs:getGdbIndexSection (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h82 virtual StringRef getGdbIndexSection() const { return ""; } in getGdbIndexSection() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1103 if (opts::KeepARanges || !BC.getGdbIndexSection()) { in finalizeDebugSections()
1644 if (!BC.getGdbIndexSection()) in updateGdbIndexSection()
1650 StringRef GdbIndexContents = BC.getGdbIndexSection()->getContents(); in updateGdbIndexSection()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp678 DObj->getGdbIndexSection())) { in dump()
810 DataExtractor GdbIndexData(DObj->getGdbIndexSection(), true /*LE*/, 0); in getGdbIndex()
1918 StringRef getGdbIndexSection() const override { return GdbIndexSection; } in getGdbIndexSection() function in __anon445fd25e0f11::DWARFObjInMemory
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h891 ErrorOr<BinarySection &> getGdbIndexSection() const { in getGdbIndexSection() function