Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp178 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()
360 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in extractRangeList()
500 if (RangeSection->Data.size()) { in tryExtractDIEsIfNeeded()
503 DWARFDataExtractor RangesDA(Context.getDWARFObj(), *RangeSection, in tryExtractDIEsIfNeeded()
593 DWARFDataExtractor RangesDA(Context.getDWARFObj(), *RangeSection, in parseDWO()
606 DWO->setRangesSection(RangeSection, DWORangesBase ? *DWORangesBase : 0); in parseDWO()
628 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in findRnglistFromOffset()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp180 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()
332 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in extractRangeList()
557 DWO->setRangesSection(RangeSection, DWORangesBase ? *DWORangesBase : 0); in parseDWO()
578 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in findRnglistFromOffset()
941 DataExtractor RangesData(RangeSection->Data, isLittleEndian, in getRnglistOffset()
943 DWARFDataExtractor RangesDA(Context.getDWARFObj(), *RangeSection, in getRnglistOffset()
DDWARFVerifier.cpp480 const DWARFSection &RangeSection = DwarfVersion < 5 in verifyDebugInfoAttribute() local
483 if (*SectionOffset >= RangeSection.Data.size()) in verifyDebugInfoAttribute()
/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/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h210 const DWARFSection *RangeSection; variable
314 RangeSection = RS; in setRangesSection()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h201 const DWARFSection *RangeSection; variable
308 RangeSection = RS; in setRangesSection()