HomeSort by relevance Sort by last modified time
    Searched refs:MsgStorage (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 633 std::string MsgStorage;
634 raw_string_ostream Stream(MsgStorage);
642 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext);
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 641 std::string MsgStorage;
643 raw_string_ostream Stream(MsgStorage);
650 << CurLinkModule->getModuleIdentifier() << MsgStorage;
656 Diags.Report(Loc, DiagID).AddString(MsgStorage);
    [all...]
  /external/llvm/lib/IR/
Core.cpp 181 std::string MsgStorage;
182 raw_string_ostream Stream(MsgStorage);
188 return LLVMCreateMessage(MsgStorage.c_str());
    [all...]

Completed in 131 milliseconds