Lines Matching refs:Contributions
214 DWARFUnitIndex::Entry::SectionContribution Contributions[8]; member
261 Entry.Contributions[0] = {}; in addAllTypesFromDWP()
265 auto &C = Entry.Contributions[getContributionIndex(Kind)]; in addAllTypesFromDWP()
271 auto &C = Entry.Contributions[TypesIndex]; in addAllTypesFromDWP()
273 C.Offset - TUEntry.Contributions[TypesIndex].Offset, C.Length)); in addAllTypesFromDWP()
291 Entry.Contributions[0] = {}; in addAllTypes()
292 auto &C = Entry.Contributions[getContributionIndex(DW_SECT_EXT_TYPES)]; in addAllTypes()
319 for (size_t i = 0; i != array_lengthof(E.second.Contributions); ++i) in writeIndexTable()
321 Out.emitIntValue(E.second.Contributions[i].*Field, 4); in writeIndexTable()
465 CurEntry.Contributions[Index].Offset = ContributionOffsets[Index]; in handleSection()
467 (CurEntry.Contributions[Index].Length = Contents.size()); in handleSection()
650 auto &C = NewEntry.Contributions[getContributionIndex(Kind)]; in write()