Home
last modified time | relevance | path

Searched refs:LLCPath (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/bugpoint/
DToolRunner.h153 std::string LLCPath; // The path to the LLC executable. variable
161 : LLCPath(llcPath), gcc(Gcc), in LLC()
DToolRunner.cpp488 LLCArgs.push_back(LLCPath.c_str()); in OutputCode()
510 if (RunProgramWithTimeout(LLCPath, &LLCArgs[0], in OutputCode()
513 Error = ProcessFailure(LLCPath, &LLCArgs[0], in OutputCode()
557 std::string LLCPath = in createLLC() local
559 if (LLCPath.empty()) { in createLLC()
569 Message = "Found llc: " + LLCPath + "\n"; in createLLC()
570 return new LLC(LLCPath, gcc, Args, UseIntegratedAssembler); in createLLC()