Searched refs:MsgsOS (Results 1 – 1 of 1) sorted by relevance
104 raw_string_ostream MsgsOS(Messages); in LLVMVerifyModule() local106 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS); in LLVMVerifyModule()110 *DebugOS << MsgsOS.str(); in LLVMVerifyModule()116 *OutMessages = strdup(MsgsOS.str().c_str()); in LLVMVerifyModule()