Lines Matching refs:Message
270 std::string &Message, in createLLI() argument
275 Message = "Found lli: " + LLIPath + "\n"; in createLLI()
279 Message = "Cannot find `lli' in executable directory!\n"; in createLLI()
409 static void lexCommand(std::string &Message, const std::string &CommandLine, in lexCommand() argument
432 Message = in lexCommand()
439 Message = "Found command in: " + CmdPath + "\n"; in lexCommand()
445 std::string &Message, in createCustomCompiler() argument
450 lexCommand(Message, CompileCommandLine, CmdPath, Args); in createCustomCompiler()
460 std::string &Message, in createCustomExecutor() argument
466 lexCommand(Message, ExecCommandLine, CmdPath, Args); in createCustomExecutor()
554 std::string &Message, in createLLC() argument
562 Message = "Cannot find `llc' in executable directory!\n"; in createLLC()
566 GCC *gcc = GCC::create(Message, GCCBinary, GCCArgs); in createLLC()
568 errs() << Message << "\n"; in createLLC()
571 Message = "Found llc: " + LLCPath + "\n"; in createLLC()
646 std::string &Message, const std::vector<std::string> *Args) { in createJIT() argument
650 Message = "Found lli: " + LLIPath + "\n"; in createJIT()
654 Message = "Cannot find `lli' in executable directory!\n"; in createJIT()
908 GCC *GCC::create(std::string &Message, in create() argument
913 Message = "Cannot find `" + GCCBinary + "' in PATH: " + in create()
922 Message = "Cannot find `" + RemoteClient + "' in PATH: " + in create()
929 Message = "Found gcc: " + *GCCPath + "\n"; in create()