Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAnalysis.cpp100 raw_ostream *DebugOS = Action != LLVMReturnStatusAction ? &errs() : nullptr; in LLVMVerifyModule() local
104 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS); in LLVMVerifyModule()
107 if (DebugOS && OutMessages) in LLVMVerifyModule()
108 *DebugOS << MsgsOS.str(); in LLVMVerifyModule()