Searched defs:InputArg (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Driver/
H A DInputInfo.h32 InputArg, enumerator in enum:clang::driver::InputInfo::Class
38 const llvm::opt::Arg *InputArg; member in union:clang::driver::InputInfo::__anon17891
55 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) {
56 Data.InputArg = _InputArg;
61 bool isInputArg() const { return Kind == InputArg; }
71 return *Data.InputArg;
H A DDriver.cpp1083 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); local
1084 Inputs.push_back(std::make_pair(types::TY_C, InputArg));
1090 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); local
1091 Inputs.push_back(std::make_pair(types::TY_CXX, InputArg));
1183 const Arg *InputArg = Inputs[i].second; local
1193 InputArg->claim();
1203 << InputArg->getAsString(Args)
1211 << InputArg->getAsString(Args)
1216 << InputArg->getAsString(Args)
1224 std::unique_ptr<Action> Current(new InputAction(*InputArg, InputTyp
[all...]
/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h125 /// InputArg - This struct carries flags and type information about a
129 struct InputArg { struct in namespace:llvm::ISD
143 InputArg() : VT(MVT::Other), Used(false) {} function in struct:llvm::ISD::InputArg
144 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used, function in struct:llvm::ISD::InputArg

Completed in 924 milliseconds