Home
last modified time | relevance | path

Searched refs:RangeSection (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp58 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()
188 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in extractRangeList()
317 if (RangeSection->Data.size()) { in extractDIEsIfNeeded()
320 DWARFDataExtractor RangesDA(Context.getDWARFObj(), *RangeSection, in extractDIEsIfNeeded()
377 DWARFDataExtractor RangesDA(Context.getDWARFObj(), *RangeSection, in parseDWO()
389 DWO->setRangesSection(RangeSection, DWORangesBase ? *DWORangesBase : 0); in parseDWO()
411 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in findRnglistFromOffset()
DDWARFContext.cpp1225 DWARFSectionMap RangeSection; member in __anon81815f480c11::DWARFObjInMemory
1247 .Case("debug_ranges", &RangeSection) in mapNameToDWARFSection()
1545 const DWARFSection &getRangeSection() const override { return RangeSection; } in getRangeSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp40 : Context(DC), InfoSection(Section), Abbrev(DA), RangeSection(RS), in DWARFUnit()
125 DataExtractor RangesData(RangeSection, isLittleEndian, AddrSize); in extractRangeList()
313 DWOCU->setRangesSection(RangeSection, DWORangesBase); in parseDWO()
DDWARFContext.cpp701 .Case("debug_ranges", &RangeSection) in DWARFContextInMemory()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h109 StringRef RangeSection; variable
165 RangeSection = RS; in setRangesSection()
DDWARFContext.h253 StringRef RangeSection; variable
293 StringRef getRangeSection() override { return RangeSection; } in getRangeSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h262 const DWARFSection *RangeSection; variable
361 RangeSection = RS; in setRangesSection()