Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp633 std::string MsgStorage; in DiagnosticHandler() local
634 raw_string_ostream Stream(MsgStorage); in DiagnosticHandler()
642 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); in DiagnosticHandler()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp841 std::string MsgStorage; in DiagnosticHandlerImpl() local
843 raw_string_ostream Stream(MsgStorage); in DiagnosticHandlerImpl()
850 << CurLinkModule->getModuleIdentifier() << MsgStorage; in DiagnosticHandlerImpl()
856 Diags.Report(Loc, DiagID).AddString(MsgStorage); in DiagnosticHandlerImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp214 std::string MsgStorage; in LLVMGetDiagInfoDescription() local
215 raw_string_ostream Stream(MsgStorage); in LLVMGetDiagInfoDescription()
221 return LLVMCreateMessage(MsgStorage.c_str()); in LLVMGetDiagInfoDescription()