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.cpp722 std::string MsgStorage; in DiagnosticHandler() local
723 raw_string_ostream Stream(MsgStorage); in DiagnosticHandler()
731 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); in DiagnosticHandler()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp914 std::string MsgStorage; in DiagnosticHandlerImpl() local
916 raw_string_ostream Stream(MsgStorage); in DiagnosticHandlerImpl()
923 Diags.Report(DiagID) << CurLinkModule->getModuleIdentifier() << MsgStorage; in DiagnosticHandlerImpl()
929 Diags.Report(Loc, DiagID).AddString(MsgStorage); in DiagnosticHandlerImpl()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp216 std::string MsgStorage; in LLVMGetDiagInfoDescription() local
217 raw_string_ostream Stream(MsgStorage); in LLVMGetDiagInfoDescription()
223 return LLVMCreateMessage(MsgStorage.c_str()); in LLVMGetDiagInfoDescription()