Searched refs:contribSections (Results 1 – 3 of 3) sorted by relevance
79 std::vector<PartialSection *> contribSections; variable
331 contribSections.insert(contribSections.end(), other->contribSections.begin(), in merge()332 other->contribSections.end()); in merge()333 other->contribSections.clear(); in merge()352 contribSections.push_back(sec); in addContributingPartialSection()
1261 for (PartialSection *sec : os.contribSections) { in addLinkerModuleSectionSymbol()