HomeSort by: relevance | last modified time | path
    Searched refs:MsgStorage (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOCodeGenerator.cpp 633 std::string MsgStorage;
634 raw_string_ostream Stream(MsgStorage);
642 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp 839 std::string MsgStorage;
841 raw_string_ostream Stream(MsgStorage);
848 << CurLinkModule->getModuleIdentifier() << MsgStorage;
854 Diags.Report(Loc, DiagID).AddString(MsgStorage);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Core.cpp 214 std::string MsgStorage;
215 raw_string_ostream Stream(MsgStorage);
221 return LLVMCreateMessage(MsgStorage.c_str());

Completed in 21 milliseconds