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.cpp119 SmallVector<InputSectionBase *, 0> newSections; in copySectionsIntoPartitions() local
127 newSections.push_back(copy); in copySectionsIntoPartitions()
137 ctx.inputSections.insert(ctx.inputSections.end(), newSections.begin(), in copySectionsIntoPartitions()
138 newSections.end()); in copySectionsIntoPartitions()