Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DWriter.cpp185 std::vector<InputSectionBase *> newSections; in copySectionsIntoPartitions() local
198 newSections.push_back(copy); in copySectionsIntoPartitions()
202 inputSections.insert(inputSections.end(), newSections.begin(), in copySectionsIntoPartitions()
203 newSections.end()); in copySectionsIntoPartitions()