Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp180 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()
379 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in extractRangeList()
596 DWO->setRangesSection(RangeSection, DWORangesBase ? *DWORangesBase : 0); in parseDWO()
617 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in findRnglistFromOffset()
980 DataExtractor RangesData(RangeSection->Data, isLittleEndian, in getRnglistOffset()
982 DWARFDataExtractor RangesDA(Context.getDWARFObj(), *RangeSection, in getRnglistOffset()
DDWARFVerifier.cpp480 const DWARFSection &RangeSection = DwarfVersion < 5 in verifyDebugInfoAttribute() local
483 if (*SectionOffset >= RangeSection.Data.size()) in verifyDebugInfoAttribute()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h210 const DWARFSection *RangeSection; variable
324 RangeSection = RS; in setRangesSection()