Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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.cpp784 using EntryType = DWARFUnitIndex::Entry::SectionContribution; in fixupIndex()
830 DWARFUnitIndex::Entry::SectionContribution &CUOff = E.getContribution(); in fixupIndex()
H A DDWARFVerifier.cpp419 const DWARFUnitIndex::Entry::SectionContribution &SC = E.value(); in verifyIndex()
/openbsd-src/gnu/llvm/llvm/include/llvm/DWP/
H A DDWP.h19 DWARFUnitIndex::Entry::SectionContribution Contributions[8];