Home
last modified time | relevance | path

Searched refs:SectionContribution (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h116 class SectionContribution {
122 SectionContribution() : Offset(0), Length(0) {} in SectionContribution() function
123 SectionContribution(uint64_t Offset, uint64_t Length) in SectionContribution() function
137 std::unique_ptr<SectionContribution[]> Contributions;
141 LLVM_ABI const SectionContribution *
143 LLVM_ABI const SectionContribution *getContribution() const;
144 LLVM_ABI SectionContribution &getContribution();
146 const SectionContribution *getContributions() const { in getContributions()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp147 std::make_unique<Entry::SectionContribution *[]>(Header.NumUnits); in parseImpl()
162 std::make_unique<Entry::SectionContribution[]>(Header.NumColumns); in parseImpl()
263 const DWARFUnitIndex::Entry::SectionContribution *
272 DWARFUnitIndex::Entry::SectionContribution &
277 const DWARFUnitIndex::Entry::SectionContribution *
H A DDWARFContext.cpp73 using EntryType = DWARFUnitIndex::Entry::SectionContribution; in fixupIndexV4()
122 DWARFUnitIndex::Entry::SectionContribution &CUOff = E.getContribution(); in fixupIndexV4()
170 DWARFUnitIndex::Entry::SectionContribution &CUOff = E.getContribution(); in fixupIndexV5()
H A DDWARFVerifier.cpp497 const DWARFUnitIndex::Entry::SectionContribution &SC = E.value(); in verifyIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h26 DWARFUnitIndex::Entry::SectionContribution Contributions[8];