Home
last modified time | relevance | path

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

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