Searched refs:errorCount (Results 1 – 15 of 15) sorted by relevance
97 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()
218 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 …]
147 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()
572 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()
66 uint64_t lld::errorCount() { return errorHandler().errorCount; } in errorCount() function in lld274 if (errorLimit == 0 || errorCount < errorLimit) { in error()276 } else if (errorCount == errorLimit) { in error()282 ++errorCount; in error()316 --errorCount; in error()
102 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 …]
1648 if (errorCount()) in run()1685 if (errorCount()) in run()1692 if (errorCount()) in run()
344 if (errorCount()) in addLegacyIndirectFunctionTableIfNeeded()
47 static int errorCount; variable58 ++errorCount; in error()112 if (errorCount) in handle()
97 uint64_t errorCount = 0; variable153 uint64_t errorCount();
171 if (errorCount()) in link()463 if (errorCount()) in link()
76 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()
702 if (errorCount()) in run()
1424 if (errorCount()) in link()1877 return errorCount() == 0; in link()1945 if (errorCount() != 0 || config->strictAutoLink) in link()1949 return errorCount() == 0; in link()
1256 if (errorCount()) in writeOutputFile()1287 if (errorCount()) in run()