Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.h343 bool errorOnMissingSection = false; variable
H A DLinkerScript.cpp1309 errorOnMissingSection = true; in assignAddresses()
1392 if (!errorOnMissingSection) in getSymbolValue()
H A DScriptParser.cpp1340 if (osec.location.empty() && script->errorOnMissingSection) in checkIfExists()