Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceProcessor.h35 void setVerbose(bool Verbose) { IsVerbose = Verbose; } in setVerbose()
45 bool IsVerbose, AppendNull; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h485 bool isVerbose() const { return IsVerbose; } in isVerbose()
530 bool IsVerbose = false; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp391 IsVerbose = true; in insert()