Home
last modified time | relevance | path

Searched refs:errCount (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp81 if (errCount(ctx)) in setError()
200 bool ScriptLexer::atEOF() { return eof || errCount(ctx); } in atEOF()
232 if (errCount(ctx)) in expect()
H A DScriptParser.cpp288 if (errCount(ctx)) in readDefsym()
517 while (!errCount(ctx) && !consume(";")) { in readPhdrs()
572 while (!errCount(ctx) && !consume("}")) { in readOverlay()
777 while (!errCount(ctx) && peek() != ")") { in readInputSectionsList()
786 while (!errCount(ctx) && peekSortKind() == SortSectionPolicy::Default) { in readInputSectionsList()
1298 while (!atEOF() && !errCount(ctx)) { in readExpr1()
1431 while (!errCount(ctx)) { in readInputSectionFlags()
1687 while (!errCount(ctx) && peek().starts_with(":")) { in readOutputSectionPhdrs()
H A DDriver.cpp91 uint64_t elf::errCount(Ctx &ctx) { return ctx.e.errorCount; } in errCount() function in elf
142 return errCount(ctx) == 0; in link()
720 if (errCount(ctx)) in linkerMain()
726 if (errCount(ctx)) in linkerMain()
2195 if (files.empty() && !hasInput && errCount(ctx) == 0) in createFiles()
3231 if (errCount(ctx)) in link()
3296 if (errCount(ctx)) in link()
H A DWriter.cpp362 if (errCount(ctx)) in run()
369 if (errCount(ctx)) in run()
384 if (errCount(ctx)) in run()
1452 if (hasLinkOrder && errCount(ctx) == 0) { in resolveShfLinkOrder()
2153 if (errCount(ctx)) in finalizeSections()
H A DConfig.h786 uint64_t errCount(Ctx &ctx);
/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h381 uint64_t errCount(COFFLinkerContext &ctx);
H A DDriver.cpp80 uint64_t coff::errCount(COFFLinkerContext &ctx) { return ctx.e.errorCount; } in errCount() function in coff
96 return errCount(*ctx) == 0; in link()
2193 if (errCount(ctx)) in linkerMain()