HomeSort by relevance Sort by last modified time
    Searched refs:LLCPath (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/bugpoint/
ToolRunner.h 157 sys::Path LLCPath; // The path to the `llc' executable.
161 CBE(const sys::Path &llcPath, GCC *Gcc,
163 : LLCPath(llcPath), gcc(Gcc) {
202 std::string LLCPath; // The path to the LLC executable.
207 LLC(const std::string &llcPath, GCC *Gcc,
210 : LLCPath(llcPath), gcc(Gcc),
ToolRunner.cpp 456 LLCArgs.push_back(LLCPath.c_str());
478 if (RunProgramWithTimeout(sys::Path(LLCPath), &LLCArgs[0],
481 Error = ProcessFailure(sys::Path(LLCPath), &LLCArgs[0],
525 std::string LLCPath =
527 if (LLCPath.empty()) {
532 Message = "Found llc: " + LLCPath + "\n";
538 return new LLC(LLCPath, gcc, Args, UseIntegratedAssembler);
635 LLCArgs.push_back(LLCPath.c_str());
653 if (RunProgramWithTimeout(LLCPath, &LLCArgs[0], sys::Path(), sys::Path(),
655 Error = ProcessFailure(LLCPath, &LLCArgs[0], Timeout, MemoryLimit)
    [all...]

Completed in 76 milliseconds