Searched refs:getRangeSection (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | DWARF.h | 36 const llvm::DWARFSection &getRangeSection() const override { in getRangeSection() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFObject.h | 49 virtual const DWARFSection &getRangeSection() const { return Dummy; } in getRangeSection() function
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 327 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 D | DWARFContext.cpp | 516 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 D | DWARFUnit.cpp | 41 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangeSection(), in addUnitsForSection()
|