Home | History | Annotate | Download | only in Driver

Lines Matching defs:Input

153   // Add extra linker input arguments which are not treated as inputs
177 // Otherwise, this is a linker input argument.
280 // Otherwise derive from the base input.
1549 /// \brief Check whether the given input tree contains any compilation actions.
2745 // FIXME: Clang doesn't correctly handle -std= when the input language
3808 const InputInfo &Input = Inputs[0];
3825 getToolChain().ComputeEffectiveClangTriple(Args, Input.getType());
3857 // Determine the original source input.
3912 assert(Input.isFilename() && "Invalid input.");
3913 CmdArgs.push_back(Input.getFilename());
3997 // like '-x foobar a.c' which will treat a.c like a linker input.
4033 // Don't render as input, we need gcc to do the translations.
4129 // like '-x foobar a.c' which will treat a.c like a linker input.
4152 // Don't render as input, we need gcc to do the translations. FIXME: Pranav: What is this ?
4409 const InputInfo &Input = Inputs[0];
4411 // Determine the original source input.
4451 assert(Input.isFilename() && "Invalid input.");
4452 CmdArgs.push_back(Input.getFilename());
4923 assert(II.isFilename() && "Unexpected lipo input.");
4942 const InputInfo &Input = Inputs[0];
4943 assert(Input.isFilename() && "Unexpected dsymutil input.");
4944 CmdArgs.push_back(Input.getFilename());
4963 const InputInfo &Input = Inputs[0];
4964 assert(Input.isFilename() && "Unexpected verify input");
4967 CmdArgs.push_back(Input.getFilename());