Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp660 std::string MsgStorage; in DiagnosticHandler() local
661 raw_string_ostream Stream(MsgStorage); in DiagnosticHandler()
669 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); in DiagnosticHandler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp197 std::string MsgStorage; in LLVMGetDiagInfoDescription() local
198 raw_string_ostream Stream(MsgStorage); in LLVMGetDiagInfoDescription()
204 return LLVMCreateMessage(MsgStorage.c_str()); in LLVMGetDiagInfoDescription()