Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp180 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 DDWARFVerifier.cpp480 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 DDWARFUnit.h210 const DWARFSection *RangeSection; variable
317 RangeSection = RS; in setRangesSection()