Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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 *
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp327 DWARFUnitIndex::Entry::SectionContribution Contributions[8];
430 uint32_t DWARFUnitIndex::Entry::SectionContribution::*Field) { in writeIndexTable()
486 &DWARFUnitIndex::Entry::SectionContribution::Offset); in writeIndex()
490 &DWARFUnitIndex::Entry::SectionContribution::Length); in writeIndex()