Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAnalysis.cpp103 raw_string_ostream MsgsOS(Messages); in LLVMVerifyModule() local
105 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS); in LLVMVerifyModule()
109 *DebugOS << MsgsOS.str(); in LLVMVerifyModule()
115 *OutMessages = strdup(MsgsOS.str().c_str()); in LLVMVerifyModule()