Searched refs:RangeSection (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A 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()
|
| H A D | DWARFVerifier.cpp | 480 const DWARFSection &RangeSection = DwarfVersion < 5 in verifyDebugInfoAttribute() local 483 if (*SectionOffset >= RangeSection.Data.size()) in verifyDebugInfoAttribute()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFUnit.h | 210 const DWARFSection *RangeSection; variable 317 RangeSection = RS; in setRangesSection()
|