Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp126 SmallVector<InputSectionBase *, 0> newSections; in copySectionsIntoPartitions() local
134 newSections.push_back(copy); in copySectionsIntoPartitions()
144 ctx.inputSections.insert(ctx.inputSections.end(), newSections.begin(), in copySectionsIntoPartitions()
145 newSections.end()); in copySectionsIntoPartitions()