Searched refs:getGdbIndexSection (Results 1 – 4 of 4) sorted by relevance
82 virtual StringRef getGdbIndexSection() const { return ""; } in getGdbIndexSection() function
1103 if (opts::KeepARanges || !BC.getGdbIndexSection()) { in finalizeDebugSections()1644 if (!BC.getGdbIndexSection()) in updateGdbIndexSection()1650 StringRef GdbIndexContents = BC.getGdbIndexSection()->getContents(); in updateGdbIndexSection()
678 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
891 ErrorOr<BinarySection &> getGdbIndexSection() const { in getGdbIndexSection() function