Searched refs:DebugOS (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DAnalysis.cpp90 raw_ostream *DebugOS = Action != LLVMReturnStatusAction ? &errs() : nullptr; local
94 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS);
97 if (DebugOS && OutMessages)
98 *DebugOS << MsgsOS.str();

Completed in 181 milliseconds