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

/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DToolRunner.h158 sys::Path LLCPath; // The path to the `llc' executable. member in class:llvm::CBE
164 : LLCPath(llcPath), gcc(Gcc) {
203 std::string LLCPath; // The path to the LLC executable. member in class:llvm::LLC
211 : LLCPath(llcPath), gcc(Gcc),
H A DToolRunner.cpp458 LLCArgs.push_back(LLCPath.c_str());
480 if (RunProgramWithTimeout(sys::Path(LLCPath), &LLCArgs[0],
483 Error = ProcessFailure(sys::Path(LLCPath), &LLCArgs[0],
527 std::string LLCPath = local
529 if (LLCPath.empty()) {
539 Message = "Found llc: " + LLCPath + "\n";
540 return new LLC(LLCPath, gcc, Args, UseIntegratedAssembler);

Completed in 111 milliseconds