Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/ !
H A DDWARF.h49 const llvm::DWARFSection &getRangesSection() const override { in getRangesSection() function
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ !
H A DDWARFObject.h49 virtual const DWARFSection &getRangesSection() const { return Dummy; } in getRangesSection() function
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ !
H A DDWARFContext.cpp1245 DObj->getRangesSection().Data)) { in dump()
1247 DWARFDataExtractor rangesData(*DObj, DObj->getRangesSection(), in dump()
2393 const DWARFSection &getRangesSection() const override { return RangesSection; } in getRangesSection() function in __anonc1a899431211::DWARFObjInMemory
H A DDWARFUnit.cpp46 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangesSection(), in addUnitsForSection()
H A DDWARFVerifier.cpp676 ? DObj.getRangesSection() in verifyDebugInfoAttribute()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ !
H A DDWARFLinkerImpl.cpp718 << InputDWARFFile.Dwarf->getDWARFObj().getRangesSection().Data; in emitInvariantSections()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ !
H A DDWARFLinker.cpp2676 Dwarf.getDWARFObj().getRangesSection().Data, in copyInvariantDebugSection()