Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h201 virtual StringRef getRangeSection() = 0;
293 StringRef getRangeSection() override { return RangeSection; } in getRangeSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h47 virtual const DWARFSection &getRangeSection() const { return Dummy; } in getRangeSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp285 &DObj.getRangeSection(), DObj.getStringSection(), in handleDebugInfo()
299 &DObj.getRangeSection(), DObj.getStringSection(), in handleDebugInfo()
401 if (*SectionOffset >= DObj.getRangeSection().Data.size()) in verifyDebugInfoAttribute()
DDWARFContext.cpp497 DObj->getRangeSection().Data)) { in dump()
499 DWARFDataExtractor rangesData(*DObj, DObj->getRangeSection(), in dump()
1545 const DWARFSection &getRangeSection() const override { return RangeSection; } in getRangeSection() function in __anonddd817f10c11::DWARFObjInMemory
DDWARFUnit.cpp36 parseImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangeSection(), in parse()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp21 parseImpl(C, Section, C.getDebugAbbrev(), C.getRangeSection(), in parse()
DDWARFContext.cpp222 DataExtractor rangesData(getRangeSection(), isLittleEndian(), in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1575 OrigDwarf.getDWARFObj().getRangeSection(), in patchRangesForUnit()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2881 DataExtractor RangeExtractor(OrigDwarf.getRangeSection(), in patchRangesForUnit()