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.h390 bool errorOnMissingSection = false; variable
H A DLinkerScript.cpp1408 errorOnMissingSection = true; in assignAddresses()
1601 if (!errorOnMissingSection) in getSymbolValue()
H A DScriptParser.cpp1412 if (osec.location.empty() && script->errorOnMissingSection) in checkIfExists()