Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h291 bool ErrorOnMissingSection = false; variable
H A DLinkerScript.cpp1040 ErrorOnMissingSection = true; in assignAddresses()
1114 if (!ErrorOnMissingSection) in getSymbolValue()
H A DScriptParser.cpp1121 if (Cmd->Location.empty() && Script->ErrorOnMissingSection) in checkIfExists()