Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h94 struct SectionContribution { struct
102 std::unique_ptr<SectionContribution[]> Contributions; argument
106 const SectionContribution *getContribution(DWARFSectionKind Sec) const;
107 const SectionContribution *getContribution() const;
109 const SectionContribution *getContributions() const { in getContributions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp146 std::make_unique<Entry::SectionContribution *[]>(Header.NumUnits); in parseImpl()
161 std::make_unique<Entry::SectionContribution[]>(Header.NumColumns); in parseImpl()
246 const DWARFUnitIndex::Entry::SectionContribution *
255 const DWARFUnitIndex::Entry::SectionContribution *
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h19 DWARFUnitIndex::Entry::SectionContribution Contributions[8];
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp395 uint32_t DWARFUnitIndex::Entry::SectionContribution::*Field) { in writeIndexTable()
451 &DWARFUnitIndex::Entry::SectionContribution::Offset); in writeIndex()
455 &DWARFUnitIndex::Entry::SectionContribution::Length); in writeIndex()