Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp194 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()
369 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in extractRangeList()
627 DWO->setRangesSection(RangeSection, DWORangesBase.value_or(0)); in parseDWO()
652 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in findRnglistFromOffset()
1125 DataExtractor RangesData(RangeSection->Data, isLittleEndian, in getRnglistOffset()
1127 DWARFDataExtractor RangesDA(Context.getDWARFObj(), *RangeSection, in getRnglistOffset()
H A DDWARFVerifier.cpp587 const DWARFSection &RangeSection = DwarfVersion < 5 in verifyDebugInfoAttribute() local
590 if (U->isDWOUnit() && RangeSection.Data.empty()) in verifyDebugInfoAttribute()
592 if (*SectionOffset >= RangeSection.Data.size()) in verifyDebugInfoAttribute()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h214 const DWARFSection *RangeSection; variable
336 RangeSection = RS; in setRangesSection()