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

/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp132 * IOFiles - list of (foo.rs, foo.bc) pairs of input/output files.
140 * We populate IOFiles dynamically while working through the list of Inputs.
146 static void makeFileList(NamePairList *IOFiles, NamePairList *DepFiles, argument
183 IOFiles->push_back(std::make_pair(InputFile, OutputFile));

Completed in 73 milliseconds