Searched defs:InputArg (Results 1 - 3 of 3) sorted by relevance
/external/clang/lib/Driver/ |
H A D | InputInfo.h | 32 InputArg, enumerator in enum:clang::driver::InputInfo::Class 38 const llvm::opt::Arg *InputArg; member in union:clang::driver::InputInfo::__anon1352 55 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) { 56 Data.InputArg = _InputArg; 61 bool isInputArg() const { return Kind == InputArg; } 71 return *Data.InputArg;
|
H A D | Driver.cpp | 1241 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); local 1242 Inputs.push_back(std::make_pair(types::TY_C, InputArg)); 1248 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); local 1249 Inputs.push_back(std::make_pair(types::TY_CXX, InputArg)); 1287 buildCudaActions(Compilation &C, DerivedArgList &Args, const Arg *InputArg, argument 1316 CudaDeviceInputs.push_back(std::make_pair(types::TY_CUDA_DEVICE, InputArg)); 1436 const Arg *InputArg = I.second; local 1446 InputArg->claim(); 1456 << InputArg->getAsString(Args) << getPhaseName(InitialPhase); 1463 << InputArg [all...] |
/external/llvm/include/llvm/Target/ |
H A D | TargetCallingConv.h | 126 /// InputArg - This struct carries flags and type information about a 130 struct InputArg { struct in namespace:llvm::ISD 146 InputArg() : VT(MVT::Other), Used(false) {} function in struct:llvm::ISD::InputArg 147 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used, function in struct:llvm::ISD::InputArg
|
Completed in 963 milliseconds