Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h360 bool errorOnMissingSection = false; variable
H A DLinkerScript.cpp1357 errorOnMissingSection = true; in assignAddresses()
1441 if (!errorOnMissingSection) in getSymbolValue()
H A DScriptParser.cpp1368 if (osec.location.empty() && script->errorOnMissingSection) in checkIfExists()