Searched refs:RangeSection (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 58 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()
|
D | DWARFContext.cpp | 1225 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/ |
D | DWARFUnit.cpp | 40 : 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()
|
D | DWARFContext.cpp | 701 .Case("debug_ranges", &RangeSection) in DWARFContextInMemory()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 109 StringRef RangeSection; variable 165 RangeSection = RS; in setRangesSection()
|
D | DWARFContext.h | 253 StringRef RangeSection; variable 293 StringRef getRangeSection() override { return RangeSection; } in getRangeSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 262 const DWARFSection *RangeSection; variable 361 RangeSection = RS; in setRangesSection()
|