Home
last modified time | relevance | path

Searched refs:suppressWarnings (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h104 bool suppressWarnings = false; variable
/freebsd/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp245 if (suppressWarnings) in warn()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp107 errorHandler().suppressWarnings = args.hasArg(OPT_w); in parse()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp612 errorHandler().suppressWarnings = args.hasArg(OPT_no_warnings); in linkerMain()