Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp701 std::string MsgStorage; in DiagnosticHandler() local
702 raw_string_ostream Stream(MsgStorage); in DiagnosticHandler()
710 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); in DiagnosticHandler()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp849 std::string MsgStorage; in DiagnosticHandlerImpl() local
851 raw_string_ostream Stream(MsgStorage); in DiagnosticHandlerImpl()
858 Diags.Report(DiagID) << CurLinkModule->getModuleIdentifier() << MsgStorage; in DiagnosticHandlerImpl()
864 Diags.Report(Loc, DiagID).AddString(MsgStorage); in DiagnosticHandlerImpl()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp243 std::string MsgStorage; in LLVMGetDiagInfoDescription() local
244 raw_string_ostream Stream(MsgStorage); in LLVMGetDiagInfoDescription()
250 return LLVMCreateMessage(MsgStorage.c_str()); in LLVMGetDiagInfoDescription()