Lines Matching full:contributions
161 // UnitIndexEntry::Contributions.
168 // Convert a UnitIndexEntry::Contributions index to the corresponding on-disk
221 Entry.Contributions[0] = {}; in addAllTypesFromDWP()
226 Entry.Contributions[getContributionIndex(Kind, TUIndex.getVersion())]; in addAllTypesFromDWP()
231 auto &C = Entry.Contributions[TypesContributionIndex]; in addAllTypesFromDWP()
234 TUEntry.Contributions[TypesContributionIndex].getOffset(), in addAllTypesFromDWP()
266 Entry.Contributions[0] = {}; in addAllTypesFromTypesSection()
267 auto &C = Entry.Contributions[getContributionIndex(DW_SECT_EXT_TYPES, 2)]; in addAllTypesFromTypesSection()
485 for (size_t I = 0; I != std::size(E.second.Contributions); ++I) in writeIndexTable()
488 ? E.second.Contributions[I].getOffset32() in writeIndexTable()
489 : E.second.Contributions[I].getLength32()), in writeIndexTable()
688 // This information is later on used to calculate the contributions, in write()
723 CurEntry.Contributions[Index].setOffset(ContributionOffsets[Index]); in write()
724 CurEntry.Contributions[Index].setLength(Pair.second); in write()
726 ContributionOffsets[Index] += CurEntry.Contributions[Index].getLength32(); in write()
758 auto &C = Entry.Contributions[getContributionIndex(DW_SECT_INFO, in write()
871 NewEntry.Contributions[getContributionIndex(Kind, IndexVersion)]; in write()
877 auto &C = NewEntry.Contributions[Index]; in write()
925 // Lie about there being no info contributions so the TU index only includes in write()