Lines Matching defs:Message
221 AbstractInterpreter::createLLI(const char *Argv0, std::string &Message,
225 Message = "Found lli: " + *LLIPath + "\n";
228 Message = LLIPath.getError().message() + "\n";
353 static void lexCommand(const char *Argv0, std::string &Message,
390 Message = std::string("Cannot find '") + Command +
396 Message = "Found command in: " + CmdPath + "\n";
402 const char *Argv0, std::string &Message,
407 lexCommand(Argv0, Message, CompileCommandLine, CmdPath, Args);
418 std::string &Message,
423 lexCommand(Argv0, Message, ExecCommandLine, CmdPath, Args);
507 LLC *AbstractInterpreter::createLLC(const char *Argv0, std::string &Message,
515 Message = LLCPath.getError().message() + "\n";
519 CC *cc = CC::create(Argv0, Message, CCBinary, CCArgs);
521 errs() << Message << "\n";
524 Message = "Found llc: " + *LLCPath + "\n";
592 AbstractInterpreter::createJIT(const char *Argv0, std::string &Message,
596 Message = "Found lli: " + *LLIPath + "\n";
599 Message = LLIPath.getError().message() + "\n";
842 CC *CC::create(const char *Argv0, std::string &Message,
847 Message = "Cannot find `" + CCBinary + "' in PATH: " +
856 Message = "Cannot find `" + RemoteClient + "' in PATH: " +
863 Message = "Found CC: " + *CCPath + "\n";