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.h113 class SectionContribution {
119 SectionContribution() : Offset(0), Length(0) {} in SectionContribution() function
120 SectionContribution(uint64_t Offset, uint64_t Length) in SectionContribution() function
134 std::unique_ptr<SectionContribution[]> Contributions;
138 const SectionContribution *getContribution(DWARFSectionKind Sec) const;
139 const SectionContribution *getContribution() const;
140 SectionContribution &getContribution();
142 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.cpp75 using EntryType = DWARFUnitIndex::Entry::SectionContribution; in fixupIndexV4()
124 DWARFUnitIndex::Entry::SectionContribution &CUOff = E.getContribution(); in fixupIndexV4()
172 DWARFUnitIndex::Entry::SectionContribution &CUOff = E.getContribution(); in fixupIndexV5()
H A DDWARFVerifier.cpp491 const DWARFUnitIndex::Entry::SectionContribution &SC = E.value(); in verifyIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h25 DWARFUnitIndex::Entry::SectionContribution Contributions[8];