Searched refs:getRangesSection (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFObject.h | 48 virtual const DWARFSection &getRangesSection() const { return Dummy; } in getRangesSection() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 317 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 D | DWARFContext.cpp | 594 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 D | DWARFUnit.cpp | 39 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangesSection(), in addUnitsForSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 146 DWARFDataExtractor Data(DCtx.getDWARFObj().getRangesSection().Data, in dumpDebugRanges()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 1540 OrigDwarf.getDWARFObj().getRangesSection(), in patchRangesForUnit() 2302 Dwarf.getDWARFObj().getRangesSection().Data, "debug_ranges"); in copyInvariantDebugSection()
|