Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp630 std::string MsgStorage; in DiagnosticHandler() local
631 raw_string_ostream Stream(MsgStorage); in DiagnosticHandler()
639 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); in DiagnosticHandler()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp782 std::string MsgStorage; in DiagnosticHandlerImpl() local
784 raw_string_ostream Stream(MsgStorage); in DiagnosticHandlerImpl()
791 << CurLinkModule->getModuleIdentifier() << MsgStorage; in DiagnosticHandlerImpl()
797 Diags.Report(Loc, DiagID).AddString(MsgStorage); in DiagnosticHandlerImpl()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DCore.cpp189 std::string MsgStorage; in LLVMGetDiagInfoDescription() local
190 raw_string_ostream Stream(MsgStorage); in LLVMGetDiagInfoDescription()
196 return LLVMCreateMessage(MsgStorage.c_str()); in LLVMGetDiagInfoDescription()