Home
last modified time | relevance | path

Searched refs:fatalWarnings (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h103 bool fatalWarnings = false; variable
/freebsd/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp240 if (fatalWarnings) { in warn()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp106 errorHandler().fatalWarnings = args.hasArg(OPT_fatal_warnings); in parse()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp937 errorHandler().fatalWarnings = args.hasFlag(OPT_WX, OPT_WX_no, false); in parse()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp609 errorHandler().fatalWarnings = in linkerMain()