Searched refs:getRangesSection (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | DWARF.h | 42 const llvm::DWARFSection &getRangesSection() const override { in getRangesSection() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFObject.h | 49 virtual const DWARFSection &getRangesSection() const { return Dummy; } in getRangesSection() function
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 148 DWARFDataExtractor Data(DCtx.getDWARFObj().getRangesSection().Data, in dumpDebugRanges()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 597 DObj->getRangesSection().Data)) { in dump() 599 DWARFDataExtractor rangesData(*DObj, DObj->getRangesSection(), in dump() 2019 const DWARFSection &getRangesSection() const override { return RangesSection; } in getRangesSection() function in __anon00272cc51011::DWARFObjInMemory
|
| H A D | DWARFUnit.cpp | 46 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangesSection(), in addUnitsForSection()
|
| H A D | DWARFVerifier.cpp | 587 ? DObj.getRangesSection() in verifyDebugInfoAttribute()
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 1660 OrigDwarf.getDWARFObj().getRangesSection(), in patchRangesForUnit() 2417 Dwarf.getDWARFObj().getRangesSection().Data, "debug_ranges"); in copyInvariantDebugSection()
|