Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dllvm-rs-cc.cpp139 static int compileFiles(NamePairList *IOFiles, NamePairList *IOFiles32, in compileFiles() argument
186 int CompileFailed = !Compiler->compile(*IOFiles, *IOFiles32, DepFiles, Opts); in compileFiles()
266 NamePairList IOFiles32; in main() local
268 int CompileFailed = compileFiles(&IOFiles32, &IOFiles32, Inputs, Opts, in main()
274 CompileFailed = compileFiles(&IOFiles64, &IOFiles32, Inputs, Opts, in main()
Dslang_rs.cpp275 const std::list<std::pair<const char*, const char*> > &IOFiles32, in compile()
278 if (IOFiles32.empty()) in compile()
281 if (Opts.mEmitDependency && (DepFiles.size() != IOFiles32.size())) { in compile()
286 if (Opts.mEmit3264 && (IOFiles64.size() != IOFiles32.size())) { in compile()
297 IOFile32Iter = IOFiles32.begin(), in compile()
329 for (unsigned i = 0, e = IOFiles32.size(); i != e; i++) { in compile()
Dslang_rs.h111 const std::list<std::pair<const char*, const char*> > &IOFiles32,