Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp363 std::optional<SectionDescriptor *> RangeSection; in applyPatches() local
365 RangeSection = tryGetSectionDescriptor(DebugSectionKind::DebugRngLists); in applyPatches()
367 RangeSection = tryGetSectionDescriptor(DebugSectionKind::DebugRange); in applyPatches()
369 if (RangeSection) { in applyPatches()
373 FinalValue += (*RangeSection)->StartOffset; in applyPatches()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp201 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()
381 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in extractRangeList()
648 DWO->setRangesSection(RangeSection, DWORangesBase.value_or(0)); in parseDWO()
673 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in findRnglistFromOffset()
1208 DataExtractor RangesData(RangeSection->Data, IsLittleEndian, in getRnglistOffset()
1210 DWARFDataExtractor RangesDA(Context.getDWARFObj(), *RangeSection, in getRnglistOffset()
H A DDWARFVerifier.cpp710 const DWARFSection &RangeSection = DwarfVersion < 5 in verifyDebugInfoAttribute() local
713 if (U->isDWOUnit() && RangeSection.Data.empty()) in verifyDebugInfoAttribute()
715 if (*SectionOffset >= RangeSection.Data.size()) in verifyDebugInfoAttribute()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h222 const DWARFSection *RangeSection; variable
380 RangeSection = RS; in setRangesSection()