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

  /external/llvm/include/llvm/CompilerDriver/
Action.h 28 /// Args_ - Command arguments. Stdout redirection ("> file") is allowed.
29 std::vector<std::string> Args_;
40 Args_ = A;
  /external/llvm/lib/CompilerDriver/
Action.cpp 115 PrintCommand(Command_, Args_);
120 int ret = ExecuteProgram(Command_, Args_);
129 return ExecuteProgram(Command_, Args_);

Completed in 19 milliseconds