Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp283 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()
568 while (!errorCount() && !consume("}")) in readOverwriteSections()
656 while (!errorCount() && !consume(")")) in readFilePatterns()
1175 while (!atEOF() && !errorCount()) { in readExpr1()
1308 while (!errorCount()) { in readInputSectionFlags()
[all …]
H A DDriver.cpp127 return errorCount() == 0; in link()
584 if (errorCount()) in linkerMain()
590 if (errorCount()) in linkerMain()
1664 if (files.empty() && !hasInput && errorCount() == 0) in createFiles()
2456 if (errorCount()) in link()
2566 if (errorCount()) in link()
2624 if (errorCount()) in link()
H A DWriter.cpp584 if (errorCount()) in run()
591 if (errorCount()) in run()
606 if (errorCount()) in run()
1611 if (hasLinkOrder && errorCount() == 0) { in resolveShfLinkOrder()
2159 if (errorCount()) in finalizeSections()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Docl_utilities.c9 int errorCount; in opencl_error_string() local
69 errorCount = sizeof(errorString) / sizeof(errorString[0]); in opencl_error_string()
72 return (index >= 0 && index < errorCount) ? in opencl_error_string()
/llvm-project-15.0.7/lld/wasm/
H A DDriver.cpp100 return errorCount() == 0; in link()
889 if (errorCount()) in linkerMain()
894 if (errorCount()) in linkerMain()
907 if (errorCount()) in linkerMain()
928 if (errorCount()) in linkerMain()
973 if (errorCount()) in linkerMain()
991 if (errorCount()) in linkerMain()
997 if (errorCount()) in linkerMain()
1005 if (errorCount()) in linkerMain()
1027 if (errorCount()) in linkerMain()
[all …]
H A DWriter.cpp1626 if (errorCount()) in run()
1663 if (errorCount()) in run()
1670 if (errorCount()) in run()
H A DInputFiles.cpp342 if (errorCount()) in addLegacyIndirectFunctionTableIfNeeded()
/llvm-project-15.0.7/llvm/tools/split-file/
H A Dsplit-file.cpp47 static int errorCount; variable
58 ++errorCount; in error()
112 if (errorCount) in handle()
/llvm-project-15.0.7/lld/include/lld/Common/
H A DErrorHandler.h97 uint64_t errorCount = 0; variable
153 uint64_t errorCount();
/llvm-project-15.0.7/lld/MinGW/
H A DDriver.cpp166 if (errorCount()) in link()
438 if (errorCount()) in link()
/llvm-project-15.0.7/lld/COFF/
H A DDriver.cpp82 return errorCount() == 0; in link()
1950 if (errorCount()) in linkerMain()
2003 if (errorCount()) in linkerMain()
2021 if (errorCount()) in linkerMain()
2277 if (errorCount()) in linkerMain()
2308 if (errorCount()) in linkerMain()
H A DWriter.cpp648 if (errorCount()) in run()
/llvm-project-15.0.7/lld/MachO/
H A DWriter.cpp1149 if (errorCount()) in writeOutputFile()
1172 if (errorCount()) in run()
H A DDriver.cpp1206 if (errorCount()) in link()
1701 return errorCount() == 0; in link()