Home | History | Annotate | Download | only in slang

Lines Matching defs:Inputs

128  * Compile the Inputs.
134 * Inputs - input filenames.
140 * We populate IOFiles dynamically while working through the list of Inputs.
147 const llvm::SmallVector<const char*, 16> &Inputs, slang::RSCCOptions &Opts,
160 for (int i = 0, e = Inputs.size(); i != e; i++) {
161 const char *InputFile = Inputs[i];
230 llvm::SmallVector<const char *, 16> Inputs;
234 if (!slang::ParseArguments(llvm::makeArrayRef(argv, argc), Inputs, Opts,
262 if (Inputs.empty()) {
273 makeFileList(&IOFiles32, &DepFiles32, Inputs, Opts, &SavedStrings);
292 makeFileList(&IOFiles64, &DepFiles64, Inputs, Opts, &SavedStrings);