Home
last modified time | relevance | path

Searched refs:getRangeSection (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DDWARF.h36 const llvm::DWARFSection &getRangeSection() const override { in getRangeSection() function
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h49 virtual const DWARFSection &getRangeSection() const { return Dummy; } in getRangeSection() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp327 DCtx, S, Header, DCtx.getDebugAbbrev(), &DObj.getRangeSection(), in verifyUnitSection()
341 DCtx, S, Header, DCtx.getDebugAbbrev(), &DObj.getRangeSection(), in verifyUnitSection()
481 if (*SectionOffset >= DObj.getRangeSection().Data.size()) in verifyDebugInfoAttribute()
H A DDWARFContext.cpp516 DObj->getRangeSection().Data)) { in dump()
518 DWARFDataExtractor rangesData(*DObj, DObj->getRangeSection(), in dump()
1598 const DWARFSection &getRangeSection() const override { return RangeSection; } in getRangeSection() function in __anonf3f23cd30d11::DWARFObjInMemory
H A DDWARFUnit.cpp41 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangeSection(), in addUnitsForSection()