Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DLinkerScript.h347 std::vector<const InputSectionBase *> orphanSections; variable
DLinkerScript.cpp754 orphanSections.push_back(s); in addOrphanSections()
807 for (const InputSectionBase *sec : orphanSections) { in diagnoseOrphanHandling()
DWriter.cpp1892 llvm::erase_if(script->orphanSections, in removeUnusedSyntheticSections()