Searched refs:getRangesSection (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | DWARF.h | 43 const llvm::DWARFSection &getRangesSection() const override { in getRangesSection() function
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFObject.h | 48 virtual const DWARFSection &getRangesSection() const { return Dummy; } in getRangesSection() function
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 147 DWARFDataExtractor Data(DCtx.getDWARFObj().getRangesSection().Data, in dumpDebugRanges()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 600 DObj->getRangesSection().Data)) { in dump() 602 DWARFDataExtractor rangesData(*DObj, DObj->getRangesSection(), in dump() 1951 const DWARFSection &getRangesSection() const override { return RangesSection; } in getRangesSection() function in __anon445fd25e0f11::DWARFObjInMemory
|
| H A D | DWARFUnit.cpp | 46 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangesSection(), in addUnitsForSection()
|
| H A D | DWARFVerifier.cpp | 588 ? DObj.getRangesSection() in verifyDebugInfoAttribute()
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 1581 OrigDwarf.getDWARFObj().getRangesSection(), in patchRangesForUnit() 2332 Dwarf.getDWARFObj().getRangesSection().Data, "debug_ranges"); in copyInvariantDebugSection()
|