Searched refs:MsgsOS (Results 1 – 3 of 3) sorted by relevance
92 raw_string_ostream MsgsOS(Messages); in LLVMVerifyModule() local94 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS); in LLVMVerifyModule()98 *DebugOS << MsgsOS.str(); in LLVMVerifyModule()104 *OutMessages = strdup(MsgsOS.str().c_str()); in LLVMVerifyModule()
103 raw_string_ostream MsgsOS(Messages); in LLVMVerifyModule() local105 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()
102 raw_string_ostream MsgsOS(Messages); in LLVMVerifyModule() local104 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()