Lines Matching refs:LLCPath
456 LLCArgs.push_back(LLCPath.c_str()); in OutputCode()
478 if (RunProgramWithTimeout(sys::Path(LLCPath), &LLCArgs[0], in OutputCode()
481 Error = ProcessFailure(sys::Path(LLCPath), &LLCArgs[0], in OutputCode()
525 std::string LLCPath = in createLLC() local
527 if (LLCPath.empty()) { in createLLC()
532 Message = "Found llc: " + LLCPath + "\n"; in createLLC()
538 return new LLC(LLCPath, gcc, Args, UseIntegratedAssembler); in createLLC()
635 LLCArgs.push_back(LLCPath.c_str()); in OutputCode()
653 if (RunProgramWithTimeout(LLCPath, &LLCArgs[0], sys::Path(), sys::Path(), in OutputCode()
655 Error = ProcessFailure(LLCPath, &LLCArgs[0], Timeout, MemoryLimit); in OutputCode()
695 sys::Path LLCPath = in createCBE() local
697 if (LLCPath.isEmpty()) { in createCBE()
703 Message = "Found llc: " + LLCPath.str() + "\n"; in createCBE()
709 return new CBE(LLCPath, gcc, Args); in createCBE()