Searched refs:getRangeSection (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 201 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/ |
D | DWARFObject.h | 47 virtual const DWARFSection &getRangeSection() const { return Dummy; } in getRangeSection() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 285 &DObj.getRangeSection(), DObj.getStringSection(), in handleDebugInfo() 299 &DObj.getRangeSection(), DObj.getStringSection(), in handleDebugInfo() 401 if (*SectionOffset >= DObj.getRangeSection().Data.size()) in verifyDebugInfoAttribute()
|
D | DWARFContext.cpp | 497 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
|
D | DWARFUnit.cpp | 36 parseImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangeSection(), in parse()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 21 parseImpl(C, Section, C.getDebugAbbrev(), C.getRangeSection(), in parse()
|
D | DWARFContext.cpp | 222 DataExtractor rangesData(getRangeSection(), isLittleEndian(), in dump()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1575 OrigDwarf.getDWARFObj().getRangeSection(), in patchRangesForUnit()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 2881 DataExtractor RangeExtractor(OrigDwarf.getRangeSection(), in patchRangesForUnit()
|