Lines Matching full:contributions
787 // Collect all the contributions to the string offsets table from all units,
791 ContributionCollection Contributions;
794 Contributions.push_back(C);
795 // Sort the contributions so that any invalid ones are placed at
796 // the start of the contributions vector. This way they are reported
798 llvm::sort(Contributions,
806 // Uniquify contributions, as it is possible that units (specifically
807 // type units in dwo or dwp files) share contributions. We don't want
809 Contributions.erase(
811 Contributions,
818 Contributions.end());
819 return Contributions;
828 // collect contributions of units because the size of the offsets (4 or 8
837 auto Contributions = collectContributionData(Units);
842 for (auto &Contribution : Contributions) {
861 // Detect overlapping contributions.
865 "overlapping contributions to string offsets table in section .%s.",