Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h414 SmallVector<const InputSectionBase *, 0> orphanSections; variable
H A DLinkerScript.cpp883 orphanSections.push_back(s); in addOrphanSections()
943 for (const InputSectionBase *sec : orphanSections) { in diagnoseOrphanHandling()
H A DWriter.cpp1688 llvm::erase_if(script->orphanSections, [&](const InputSectionBase *sec) { in removeUnusedSyntheticSections()