Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h48 virtual const DWARFSection &getRangesSection() const { return Dummy; } in getRangesSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A 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()
H A DDWARFContext.cpp594 DObj->getRangesSection().Data)) { in dump()
596 DWARFDataExtractor rangesData(*DObj, DObj->getRangesSection(), in dump()
1920 const DWARFSection &getRangesSection() const override { return RangesSection; } in getRangesSection() function in __anona8a913f90f11::DWARFObjInMemory
H A DDWARFUnit.cpp39 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangesSection(), in addUnitsForSection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp146 DWARFDataExtractor Data(DCtx.getDWARFObj().getRangesSection().Data, in dumpDebugRanges()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1540 OrigDwarf.getDWARFObj().getRangesSection(), in patchRangesForUnit()
2302 Dwarf.getDWARFObj().getRangesSection().Data, "debug_ranges"); in copyInvariantDebugSection()