/external/llvm-project/lld/ELF/ |
D | DWARF.h | 43 const llvm::DWARFSection &getRangesSection() const override { in getRangesSection() function
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFObject.h | 48 virtual const DWARFSection &getRangesSection() const { return Dummy; } in getRangesSection() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFObject.h | 48 virtual const DWARFSection &getRangesSection() const { return Dummy; } in getRangesSection() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 308 DCtx, S, Header, DCtx.getDebugAbbrev(), &DObj.getRangesSection(), in verifyUnitSection() 322 DCtx, S, Header, DCtx.getDebugAbbrev(), &DObj.getRangesSection(), in verifyUnitSection() 462 if (*SectionOffset >= DObj.getRangesSection().Data.size()) in verifyDebugInfoAttribute()
|
D | DWARFContext.cpp | 550 DObj->getRangesSection().Data)) { in dump() 552 DWARFDataExtractor rangesData(*DObj, DObj->getRangesSection(), in dump() 1846 const DWARFSection &getRangesSection() const override { return RangesSection; } in getRangesSection() function in __anonb929a5320d11::DWARFObjInMemory
|
D | DWARFUnit.cpp | 40 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangesSection(), in addUnitsForSection()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 317 DCtx, S, Header, DCtx.getDebugAbbrev(), &DObj.getRangesSection(), in verifyUnitSection() 331 DCtx, S, Header, DCtx.getDebugAbbrev(), &DObj.getRangesSection(), in verifyUnitSection() 481 ? DObj.getRangesSection() in verifyDebugInfoAttribute()
|
D | DWARFContext.cpp | 594 DObj->getRangesSection().Data)) { in dump() 596 DWARFDataExtractor rangesData(*DObj, DObj->getRangesSection(), in dump() 1908 const DWARFSection &getRangesSection() const override { return RangesSection; } in getRangesSection() function in __anon7fa3c61e0f11::DWARFObjInMemory
|
D | DWARFUnit.cpp | 39 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangesSection(), in addUnitsForSection()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 146 DWARFDataExtractor Data(DCtx.getDWARFObj().getRangesSection().Data, in dumpDebugRanges()
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 1558 OrigDwarf.getDWARFObj().getRangesSection(), in patchRangesForUnit() 2330 Dwarf.getDWARFObj().getRangesSection().Data, "debug_ranges"); in copyInvariantDebugSection()
|