Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp633 std::string MsgStorage; in DiagnosticHandler2() local
634 raw_string_ostream Stream(MsgStorage); in DiagnosticHandler2()
642 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); in DiagnosticHandler2()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp660 std::string MsgStorage; in DiagnosticHandler() local
661 raw_string_ostream Stream(MsgStorage); in DiagnosticHandler()
669 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); in DiagnosticHandler()
/external/llvm-project/llvm/lib/LTO/
DLTOCodeGenerator.cpp685 std::string MsgStorage; in DiagnosticHandler() local
686 raw_string_ostream Stream(MsgStorage); in DiagnosticHandler()
694 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); in DiagnosticHandler()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp641 std::string MsgStorage; in DiagnosticHandlerImpl() local
643 raw_string_ostream Stream(MsgStorage); in DiagnosticHandlerImpl()
650 << CurLinkModule->getModuleIdentifier() << MsgStorage; in DiagnosticHandlerImpl()
656 Diags.Report(Loc, DiagID).AddString(MsgStorage); in DiagnosticHandlerImpl()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenAction.cpp859 std::string MsgStorage; in DiagnosticHandlerImpl() local
861 raw_string_ostream Stream(MsgStorage); in DiagnosticHandlerImpl()
868 << CurLinkModule->getModuleIdentifier() << MsgStorage; in DiagnosticHandlerImpl()
874 Diags.Report(Loc, DiagID).AddString(MsgStorage); in DiagnosticHandlerImpl()
/external/llvm/lib/IR/
DCore.cpp181 std::string MsgStorage; in LLVMGetDiagInfoDescription() local
182 raw_string_ostream Stream(MsgStorage); in LLVMGetDiagInfoDescription()
188 return LLVMCreateMessage(MsgStorage.c_str()); in LLVMGetDiagInfoDescription()
/external/llvm-project/llvm/lib/IR/
DCore.cpp199 std::string MsgStorage; in LLVMGetDiagInfoDescription() local
200 raw_string_ostream Stream(MsgStorage); in LLVMGetDiagInfoDescription()
206 return LLVMCreateMessage(MsgStorage.c_str()); in LLVMGetDiagInfoDescription()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp197 std::string MsgStorage; in LLVMGetDiagInfoDescription() local
198 raw_string_ostream Stream(MsgStorage); in LLVMGetDiagInfoDescription()
204 return LLVMCreateMessage(MsgStorage.c_str()); in LLVMGetDiagInfoDescription()