Searched refs:newSections (Results 1 – 2 of 2) sorted by relevance
216 std::vector<InputChunk *> newSections; in finalizeInputSections() local222 newSections.push_back(s); in finalizeInputSections()229 newSections.push_back(mergedSection); in finalizeInputSections()239 inputSections = newSections; in finalizeInputSections()
123 SmallVector<InputSectionBase *, 0> newSections; in copySectionsIntoPartitions() local131 newSections.push_back(copy); in copySectionsIntoPartitions()141 ctx.inputSections.insert(ctx.inputSections.end(), newSections.begin(), in copySectionsIntoPartitions()142 newSections.end()); in copySectionsIntoPartitions()