Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:LLCPath

471   LLCArgs.push_back(LLCPath.c_str());
493 if (RunProgramWithTimeout(LLCPath, &LLCArgs[0],
496 Error = ProcessFailure(LLCPath, &LLCArgs[0],
540 std::string LLCPath =
542 if (LLCPath.empty()) {
552 Message = "Found llc: " + LLCPath + "\n";
553 return new LLC(LLCPath, cc, Args, UseIntegratedAssembler);