Lines Matching refs:Message

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