Home
last modified time | relevance | path

Searched refs:PrintMsgOnly (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp136 : Msg(S.str()), EC(EC), PrintMsgOnly(true) {} in StringError()
139 if (PrintMsgOnly) { in log()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1239 const bool PrintMsgOnly = false; variable