Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/Common/
DErrorHandler.cpp62 void lld::exitLld(int val) { in exitLld() function in lld
234 exitLld(1); in error()
284 exitLld(1); in fatal()
/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Common/
DErrorHandler.h142 [[noreturn]] void exitLld(int val);
/freebsd-12-stable/contrib/llvm-project/lld/tools/lld/
Dlld.cpp224 exitLld(r.ret); // Exit now, can't re-execute again. in main()
/freebsd-12-stable/contrib/llvm-project/lld/lib/Driver/
DDarwinLdDriver.cpp1222 exitLld(errorCount() ? 1 : 0); in link()
/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DDriver.cpp1495 exitLld(errorCount() ? 1 : 0); in link()
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DDriver.cpp98 exitLld(errorCount() ? 1 : 0); in link()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DDriver.cpp128 exitLld(errorCount() ? 1 : 0); in link()