Home
last modified time | relevance | path

Searched refs:errorCount (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/lld/ELF/
H A DScriptLexer.cpp97 if (errorCount()) in setError()
194 bool ScriptLexer::atEOF() { return errorCount() || tokens.size() == pos; } in atEOF()
245 if (!inExpr || errorCount() || atEOF()) in maybeSplitExpr()
258 if (errorCount()) in next()
269 if (errorCount()) in peek()
278 if (errorCount()) in peek2()
307 if (errorCount()) in expect()
H A DScriptParser.cpp218 while (!atEOF() && !errorCount() && peek() != "}") { in readVersionScriptCommand()
283 if (errorCount()) in readDefsym()
345 while (!errorCount() && !consume(")")) in readAsNeeded()
361 while (!errorCount() && !consume(")")) in readExtern()
392 while (!errorCount() && !consume(")")) { in readInput()
412 while (!errorCount() && !consume(")")) in readOutputArch()
479 while (!errorCount() && !consume("}")) { in readPhdrs()
484 while (!errorCount() && !consume(";")) { in readPhdrs()
539 while (!errorCount() && !consume("}")) { in readOverlay()
568 while (!errorCount() && !consume("}")) in readOverwriteSections()
[all …]
H A DDriver.cpp147 return errorCount() == 0; in link()
624 if (errorCount()) in linkerMain()
630 if (errorCount()) in linkerMain()
1742 if (files.empty() && !hasInput && errorCount() == 0) in createFiles()
2561 if (errorCount()) in link()
2674 if (errorCount()) in link()
2732 if (errorCount()) in link()
H A DWriter.cpp572 if (errorCount()) in run()
579 if (errorCount()) in run()
594 if (errorCount()) in run()
1603 if (hasLinkOrder && errorCount() == 0) { in resolveShfLinkOrder()
2141 if (errorCount()) in finalizeSections()
/openbsd-src/gnu/llvm/lld/Common/
H A DErrorHandler.cpp66 uint64_t lld::errorCount() { return errorHandler().errorCount; } in errorCount() function in lld
274 if (errorLimit == 0 || errorCount < errorLimit) { in error()
276 } else if (errorCount == errorLimit) { in error()
282 ++errorCount; in error()
316 --errorCount; in error()
/openbsd-src/gnu/llvm/lld/wasm/
H A DDriver.cpp102 return errorCount() == 0; in link()
354 if (files.empty() && errorCount() == 0) in createFiles()
1075 if (errorCount()) in linkerMain()
1079 if (errorCount()) in linkerMain()
1092 if (errorCount()) in linkerMain()
1113 if (errorCount()) in linkerMain()
1159 if (errorCount()) in linkerMain()
1177 if (errorCount()) in linkerMain()
1185 if (errorCount()) in linkerMain()
1195 if (errorCount()) in linkerMain()
[all …]
H A DWriter.cpp1648 if (errorCount()) in run()
1685 if (errorCount()) in run()
1692 if (errorCount()) in run()
H A DInputFiles.cpp344 if (errorCount()) in addLegacyIndirectFunctionTableIfNeeded()
/openbsd-src/gnu/llvm/llvm/utils/split-file/
H A Dsplit-file.cpp47 static int errorCount; variable
58 ++errorCount; in error()
112 if (errorCount) in handle()
/openbsd-src/gnu/llvm/lld/include/lld/Common/
H A DErrorHandler.h97 uint64_t errorCount = 0; variable
153 uint64_t errorCount();
/openbsd-src/gnu/llvm/lld/MinGW/
H A DDriver.cpp171 if (errorCount()) in link()
463 if (errorCount()) in link()
/openbsd-src/gnu/llvm/lld/COFF/
H A DDriver.cpp76 return errorCount() == 0; in link()
1959 if (errorCount()) in linkerMain()
2012 if (errorCount()) in linkerMain()
2030 if (errorCount()) in linkerMain()
2310 if (errorCount()) in linkerMain()
2341 if (errorCount()) in linkerMain()
H A DWriter.cpp702 if (errorCount()) in run()
/openbsd-src/gnu/llvm/lld/MachO/
H A DDriver.cpp1424 if (errorCount()) in link()
1877 return errorCount() == 0; in link()
1945 if (errorCount() != 0 || config->strictAutoLink) in link()
1949 return errorCount() == 0; in link()
H A DWriter.cpp1256 if (errorCount()) in writeOutputFile()
1287 if (errorCount()) in run()