Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DAnalysis.cpp92 raw_string_ostream MsgsOS(Messages); in LLVMVerifyModule() local
94 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()
/external/llvm-project/llvm/lib/Analysis/
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()
/external/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()