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