Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp1454 DenseSet<InputSection *> spilledInputSections; in spillSections() local
1485 spilledInputSections.insert(isec); in spillSections()
1504 if (!spilledInputSections.empty()) { in spillSections()
1507 return spilledInputSections.contains(isec); in spillSections()