Searched refs:RangeSection (Results 1 – 9 of 9) sorted by relevance
/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/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 178 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/ |
D | DWARFUnit.cpp | 180 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()
|
D | DWARFVerifier.cpp | 480 const DWARFSection &RangeSection = DwarfVersion < 5 in verifyDebugInfoAttribute() local 483 if (*SectionOffset >= RangeSection.Data.size()) in verifyDebugInfoAttribute()
|
/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/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 210 const DWARFSection *RangeSection; variable 314 RangeSection = RS; in setRangesSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 201 const DWARFSection *RangeSection; variable 308 RangeSection = RS; in setRangesSection()
|