Searched refs:LLCPath (Results 1 – 2 of 2) sorted by relevance
471 LLCArgs.push_back(LLCPath.c_str()); in OutputCode()493 if (RunProgramWithTimeout(LLCPath, &LLCArgs[0], in OutputCode()496 Error = ProcessFailure(LLCPath, &LLCArgs[0], in OutputCode()540 std::string LLCPath = in createLLC() local542 if (LLCPath.empty()) { in createLLC()552 Message = "Found llc: " + LLCPath + "\n"; in createLLC()553 return new LLC(LLCPath, cc, Args, UseIntegratedAssembler); in createLLC()
155 std::string LLCPath; // The path to the LLC executable. variable163 : LLCPath(llcPath), cc(cc), in LLC()