Home
last modified time | relevance | path

Searched refs:disableOutput (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/Common/
DErrorHandler.cpp51 if (errorHandler().disableOutput) in outs()
57 if (errorHandler().disableOutput) in errs()
172 if (!verbose || disableOutput) in log()
179 if (disableOutput) in message()
/external/llvm-project/lld/include/lld/Common/
DErrorHandler.h105 bool disableOutput = false; variable
/external/llvm-project/lld/tools/lld/
Dlld.cpp219 errorHandler().disableOutput = true; in main()