Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp364 std::optional<SectionDescriptor *> RangeSection; in applyPatches() local
366 RangeSection = tryGetSectionDescriptor(DebugSectionKind::DebugRngLists); in applyPatches()
368 RangeSection = tryGetSectionDescriptor(DebugSectionKind::DebugRange); in applyPatches()
370 if (RangeSection) { in applyPatches()
374 FinalValue += (*RangeSection)->StartOffset; in applyPatches()
/freebsd-src/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,
649 DWO->setRangesSection(RangeSection, DWORangesBase.value_or(0)); in findRnglistFromOffset()
674 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in collectAddressRanges()
1209 DataExtractor RangesData(RangeSection->Data, IsLittleEndian,
1211 DWARFDataExtractor RangesDA(Context.getDWARFObj(), *RangeSection,
H A DDWARFVerifier.cpp675 const DWARFSection &RangeSection = DwarfVersion < 5 in verifyDebugInfoAttribute()
678 if (U->isDWOUnit() && RangeSection.Data.empty()) in verifyDebugInfoAttribute()
680 if (*SectionOffset >= RangeSection.Data.size()) in verifyDebugInfoAttribute()
601 const DWARFSection &RangeSection = DwarfVersion < 5 verifyDebugInfoAttribute() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h218 const DWARFSection *RangeSection; variable
376 RangeSection = RS; in setRangesSection()