Searched refs:RangeSection (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | OutputSections.cpp | 364 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-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 197 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit() 358 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in extractRangeList() 626 DWO->setRangesSection(RangeSection, DWORangesBase.value_or(0)); in parseDWO() 651 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in findRnglistFromOffset() 1186 DataExtractor RangesData(RangeSection->Data, IsLittleEndian, in getRnglistOffset() 1188 DWARFDataExtractor RangesDA(Context.getDWARFObj(), *RangeSection, in getRnglistOffset()
|
| H A D | DWARFVerifier.cpp | 601 const DWARFSection &RangeSection = DwarfVersion < 5 in verifyDebugInfoAttribute() local 604 if (U->isDWOUnit() && RangeSection.Data.empty()) in verifyDebugInfoAttribute() 606 if (*SectionOffset >= RangeSection.Data.size()) in verifyDebugInfoAttribute()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFUnit.h | 218 const DWARFSection *RangeSection; variable 376 RangeSection = RS; in setRangesSection()
|