Searched refs:orphanSections (Results 1 – 3 of 3) sorted by relevance
414 SmallVector<const InputSectionBase *, 0> orphanSections; variable
883 orphanSections.push_back(s); in addOrphanSections()943 for (const InputSectionBase *sec : orphanSections) { in diagnoseOrphanHandling()
1688 llvm::erase_if(script->orphanSections, [&](const InputSectionBase *sec) { in removeUnusedSyntheticSections()