Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h423 bool errorOnMissingSection = false; variable
H A DLinkerScript.cpp1540 errorOnMissingSection = true; in assignAddresses()
1765 if (!errorOnMissingSection) in getSymbolValue()
H A DScriptParser.cpp1463 if (osec.location.empty() && script.errorOnMissingSection) in checkIfExists()