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 153 std::string LLCPath; // The path to the LLC executable.
158 LLC(const std::string &llcPath, GCC *Gcc,
161 : LLCPath(llcPath), gcc(Gcc),
ToolRunner.cpp 488 LLCArgs.push_back(LLCPath.c_str());
510 if (RunProgramWithTimeout(LLCPath, &LLCArgs[0],
513 Error = ProcessFailure(LLCPath, &LLCArgs[0],
557 std::string LLCPath =
559 if (LLCPath.empty()) {
569 Message = "Found llc: " + LLCPath + "\n";
570 return new LLC(LLCPath, gcc, Args, UseIntegratedAssembler);
    [all...]

Completed in 58 milliseconds