Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAnalysis.cpp102 raw_string_ostream MsgsOS(Messages); in LLVMVerifyModule() local
104 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS); in LLVMVerifyModule()
108 *DebugOS << MsgsOS.str(); in LLVMVerifyModule()
114 *OutMessages = strdup(MsgsOS.str().c_str()); in LLVMVerifyModule()