HomeSort by relevance Sort by last modified time
    Searched defs:InputArg (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Driver/
InputInfo.h 23 // FIXME: The distinction between filenames and inputarg here is
32 InputArg,
38 const llvm::opt::Arg *InputArg;
55 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) {
56 Data.InputArg = _InputArg;
61 bool isInputArg() const { return Kind == InputArg; }
71 return *Data.InputArg;
Driver.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 126 /// InputArg - This struct carries flags and type information about a
130 struct InputArg {
146 InputArg() : VT(MVT::Other), Used(false) {}
147 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used,

Completed in 401 milliseconds