Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:LLCPath

458   LLCArgs.push_back(LLCPath.c_str());
480 if (RunProgramWithTimeout(sys::Path(LLCPath), &LLCArgs[0],
483 Error = ProcessFailure(sys::Path(LLCPath), &LLCArgs[0],
527 std::string LLCPath =
529 if (LLCPath.empty()) {
539 Message = "Found llc: " + LLCPath + "\n";
540 return new LLC(LLCPath, gcc, Args, UseIntegratedAssembler);