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

/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp125 * IOFiles - list of (foo.rs, foo.bc) pairs of input/output files.
133 * We populate IOFiles dynamically while working through the list of Inputs.
139 static int compileFiles(NamePairList *IOFiles, NamePairList *IOFiles32, argument
181 IOFiles->push_back(std::make_pair(InputFile, OutputFile));
186 int CompileFailed = !Compiler->compile(*IOFiles, *IOFiles32, DepFiles, Opts);

Completed in 6 milliseconds