Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DDWARF.h43 const llvm::DWARFSection &getRangesSection() const override { in getRangesSection() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h49 virtual const DWARFSection &getRangesSection() const { return Dummy; } in getRangesSection() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1244 DObj->getRangesSection().Data)) { in dump()
1246 DWARFDataExtractor rangesData(*DObj, DObj->getRangesSection(), in dump()
2391 const DWARFSection &getRangesSection() const override { return RangesSection; } in getRangesSection() function in __anonafd15ee41111::DWARFObjInMemory
H A DDWARFUnit.cpp46 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangesSection(), in addUnitsForSection()
H A DDWARFVerifier.cpp602 ? DObj.getRangesSection() in verifyDebugInfoAttribute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp720 << InputDWARFFile.Dwarf->getDWARFObj().getRangesSection().Data; in emitInvariantSections()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2656 Dwarf.getDWARFObj().getRangesSection().Data, in copyInvariantDebugSection()