Home | History | Annotate | Download | only in slang

Lines Matching defs:Inputs

121  * Compile the Inputs.
127 * Inputs - input filenames.
133 * We populate IOFiles dynamically while working through the list of Inputs.
140 const llvm::SmallVector<const char*, 16> &Inputs, slang::RSCCOptions &Opts,
158 for (int i = 0, e = Inputs.size(); i != e; i++) {
159 const char *InputFile = Inputs[i];
215 llvm::SmallVector<const char*, 16> Inputs;
237 slang::ParseArguments(ArgVector, Inputs, Opts, DiagEngine);
258 if (Inputs.empty()) {
268 int CompileFailed = compileFiles(&IOFiles32, &IOFiles32, Inputs, Opts,
274 CompileFailed = compileFiles(&IOFiles64, &IOFiles32, Inputs, Opts,