Home
last modified time | relevance | path

Searched refs:newSections (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lld/wasm/
H A DOutputSections.cpp216 std::vector<InputChunk *> newSections; in finalizeInputSections() local
222 newSections.push_back(s); in finalizeInputSections()
229 newSections.push_back(mergedSection); in finalizeInputSections()
239 inputSections = newSections; in finalizeInputSections()
/openbsd/gnu/llvm/lld/ELF/
H A DWriter.cpp123 SmallVector<InputSectionBase *, 0> newSections; in copySectionsIntoPartitions() local
131 newSections.push_back(copy); in copySectionsIntoPartitions()
141 ctx.inputSections.insert(ctx.inputSections.end(), newSections.begin(), in copySectionsIntoPartitions()
142 newSections.end()); in copySectionsIntoPartitions()