Home
last modified time | relevance | path

Searched refs:IOFiles (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs.cpp275 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()
Dslang_rs.h135 bool compile(const std::list<std::pair<const char*, const char*> > &IOFiles,
Dllvm-rs-cc.cpp454 std::list<std::pair<const char*, const char*> > IOFiles; in main() local
490 IOFiles.push_back(std::make_pair(InputFile, OutputFile)); in main()
494 int CompileFailed = !Compiler->compile(IOFiles, in main()