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.h447 SmallVector<const InputSectionBase *, 0> orphanSections; variable
H A DLinkerScript.cpp1008 orphanSections.push_back(s); in addOrphanSections()
1072 for (const InputSectionBase *sec : orphanSections) { in diagnoseOrphanHandling()
H A DWriter.cpp1790 llvm::erase_if(ctx.script->orphanSections, [&](const InputSectionBase *sec) { in removeUnusedSyntheticSections()