Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp639 std::string MsgStorage; in DiagnosticHandler() local
640 raw_string_ostream Stream(MsgStorage); in DiagnosticHandler()
648 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); in DiagnosticHandler()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp939 std::string MsgStorage; in DiagnosticHandlerImpl() local
941 raw_string_ostream Stream(MsgStorage); in DiagnosticHandlerImpl()
948 Diags.Report(DiagID) << CurLinkModule->getModuleIdentifier() << MsgStorage; in DiagnosticHandlerImpl()
954 Diags.Report(Loc, DiagID).AddString(MsgStorage); in DiagnosticHandlerImpl()
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp223 std::string MsgStorage; in LLVMGetDiagInfoDescription() local
224 raw_string_ostream Stream(MsgStorage); in LLVMGetDiagInfoDescription()
230 return LLVMCreateMessage(MsgStorage.c_str()); in LLVMGetDiagInfoDescription()