Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:LLCPath

488   LLCArgs.push_back(LLCPath.c_str());
510 if (RunProgramWithTimeout(LLCPath, &LLCArgs[0],
513 Error = ProcessFailure(LLCPath, &LLCArgs[0],
557 std::string LLCPath =
559 if (LLCPath.empty()) {
569 Message = "Found llc: " + LLCPath + "\n";
570 return new LLC(LLCPath, gcc, Args, UseIntegratedAssembler);