Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h113 struct SectionContribution { struct
121 std::unique_ptr<SectionContribution[]> Contributions; argument
125 const SectionContribution *getContribution(DWARFSectionKind Sec) const;
126 const SectionContribution *getContribution() const;
128 const SectionContribution *getContributions() const { in getContributions()
/llvm-project-15.0.7/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()
247 const DWARFUnitIndex::Entry::SectionContribution *
256 const DWARFUnitIndex::Entry::SectionContribution *
H A DDWARFVerifier.cpp420 const DWARFUnitIndex::Entry::SectionContribution &SC = E.value(); in verifyIndex()
/llvm-project-15.0.7/llvm/include/llvm/DWP/
H A DDWP.h19 DWARFUnitIndex::Entry::SectionContribution Contributions[8];
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1180 const DWARFUnitIndex::Entry::SectionContribution; in updateDebugData()
1269 std::pair<uint64_t, const DWARFUnitIndex::Entry::SectionContribution *>; in extractDWOTUFromDWP()
1273 const DWARFUnitIndex::Entry::SectionContribution *C = in extractDWOTUFromDWP()
1285 const DWARFUnitIndex::Entry::SectionContribution *C = PairEntry.second; in extractDWOTUFromDWP()
1315 std::vector<const DWARFUnitIndex::Entry::SectionContribution *> in extractTypesFromDWPDWARF5()
1319 const DWARFUnitIndex::Entry::SectionContribution *C = in extractTypesFromDWPDWARF5()
1326 [](const DWARFUnitIndex::Entry::SectionContribution *V1, in extractTypesFromDWPDWARF5()
1327 const DWARFUnitIndex::Entry::SectionContribution *V2) -> bool { in extractTypesFromDWPDWARF5()
/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp401 uint32_t DWARFUnitIndex::Entry::SectionContribution::*Field) { in writeIndexTable()
457 &DWARFUnitIndex::Entry::SectionContribution::Offset); in writeIndex()
461 &DWARFUnitIndex::Entry::SectionContribution::Length); in writeIndex()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1171 const DWARFUnitIndex::Entry::SectionContribution *DWOContrubution = in addUnitAbbreviations()