Searched refs:RangeSection (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 194 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit() 369 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in extractRangeList() 637 DWO->setRangesSection(RangeSection, DWORangesBase.value_or(0)); in parseDWO() 662 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in findRnglistFromOffset() 1189 DataExtractor RangesData(RangeSection->Data, IsLittleEndian, in getRnglistOffset() 1191 DWARFDataExtractor RangesDA(Context.getDWARFObj(), *RangeSection, in getRnglistOffset()
|
| H A D | DWARFVerifier.cpp | 586 const DWARFSection &RangeSection = DwarfVersion < 5 in verifyDebugInfoAttribute() local 589 if (U->isDWOUnit() && RangeSection.Data.empty()) in verifyDebugInfoAttribute() 591 if (*SectionOffset >= RangeSection.Data.size()) in verifyDebugInfoAttribute()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFUnit.h | 213 const DWARFSection *RangeSection; variable 360 RangeSection = RS; in setRangesSection()
|