Home
last modified time | relevance | path

Searched refs:getRangesSection (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lld/ELF/
DDWARF.h43 const llvm::DWARFSection &getRangesSection() const override { in getRangesSection() function
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h48 virtual const DWARFSection &getRangesSection() const { return Dummy; } in getRangesSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h48 virtual const DWARFSection &getRangesSection() const { return Dummy; } in getRangesSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp308 DCtx, S, Header, DCtx.getDebugAbbrev(), &DObj.getRangesSection(), in verifyUnitSection()
322 DCtx, S, Header, DCtx.getDebugAbbrev(), &DObj.getRangesSection(), in verifyUnitSection()
462 if (*SectionOffset >= DObj.getRangesSection().Data.size()) in verifyDebugInfoAttribute()
DDWARFContext.cpp550 DObj->getRangesSection().Data)) { in dump()
552 DWARFDataExtractor rangesData(*DObj, DObj->getRangesSection(), in dump()
1846 const DWARFSection &getRangesSection() const override { return RangesSection; } in getRangesSection() function in __anonb929a5320d11::DWARFObjInMemory
DDWARFUnit.cpp40 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangesSection(), in addUnitsForSection()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp317 DCtx, S, Header, DCtx.getDebugAbbrev(), &DObj.getRangesSection(), in verifyUnitSection()
331 DCtx, S, Header, DCtx.getDebugAbbrev(), &DObj.getRangesSection(), in verifyUnitSection()
481 ? DObj.getRangesSection() in verifyDebugInfoAttribute()
DDWARFContext.cpp594 DObj->getRangesSection().Data)) { in dump()
596 DWARFDataExtractor rangesData(*DObj, DObj->getRangesSection(), in dump()
1908 const DWARFSection &getRangesSection() const override { return RangesSection; } in getRangesSection() function in __anon7fa3c61e0f11::DWARFObjInMemory
DDWARFUnit.cpp39 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangesSection(), in addUnitsForSection()
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp146 DWARFDataExtractor Data(DCtx.getDWARFObj().getRangesSection().Data, in dumpDebugRanges()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1558 OrigDwarf.getDWARFObj().getRangesSection(), in patchRangesForUnit()
2330 Dwarf.getDWARFObj().getRangesSection().Data, "debug_ranges"); in copyInvariantDebugSection()