Searched refs:IOFiles (Results 1 – 3 of 3) sorted by relevance
275 const std::list<std::pair<const char*, const char*> > &IOFiles, in compile()286 if (IOFiles.empty()) in compile()289 if (OutputDep && (DepFiles.size() != IOFiles.size())) { in compile()298 IOFileIter = IOFiles.begin(), DepFileIter = DepFiles.begin(); in compile()324 for (unsigned i = 0, e = IOFiles.size(); i != e; i++) { in compile()
135 bool compile(const std::list<std::pair<const char*, const char*> > &IOFiles,
454 std::list<std::pair<const char*, const char*> > IOFiles; in main() local490 IOFiles.push_back(std::make_pair(InputFile, OutputFile)); in main()494 int CompileFailed = !Compiler->compile(IOFiles, in main()