Searched refs:RangeSection (Results 1 – 4 of 4) sorted by relevance
| /freebsd-src/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-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 201 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 D | DWARFVerifier.cpp | 675 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 D | DWARFUnit.h | 218 const DWARFSection *RangeSection; variable 376 RangeSection = RS; in setRangesSection()
|