Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DToolRunner.cpp471 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() local
542 if (LLCPath.empty()) { in createLLC()
552 Message = "Found llc: " + LLCPath + "\n"; in createLLC()
553 return new LLC(LLCPath, cc, Args, UseIntegratedAssembler); in createLLC()
DToolRunner.h155 std::string LLCPath; // The path to the LLC executable. variable
163 : LLCPath(llcPath), cc(cc), in LLC()