Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp194 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 DDWARFVerifier.cpp586 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 DDWARFUnit.h213 const DWARFSection *RangeSection; variable
360 RangeSection = RS; in setRangesSection()