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 109 /// InputArg - This struct carries flags and type information about a
113 struct InputArg {
126 InputArg() : VT(MVT::Other), Used(false) {}
127 InputArg(ArgFlagsTy flags, EVT vt, bool used,

Completed in 308 milliseconds