Searched refs:orphanSections (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/lld/ELF/
H A DLinkerScript.h363 SmallVector<const InputSectionBase *, 0> orphanSections; member in class:lld::elf::final
H A DLinkerScript.cpp830 orphanSections.push_back(s);
889 for (const InputSectionBase *sec : orphanSections) {
H A DWriter.cpp1827 // description and orphanSections.
1835 llvm::erase_if(script->orphanSections, [&](const InputSectionBase *sec) {

Completed in 136 milliseconds