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

/frameworks/compile/slang/
H A Dslang_rs.cpp272 const std::string &JavaReflectionPathBase,
331 bool ret = R.reflect(JavaReflectionPathBase, getInputFileName(), getOutputFileName());
337 if (!reflectToJava(JavaReflectionPathBase,
348 JavaReflectionPathBase.c_str(),
355 !generateBitcodeAccessor(JavaReflectionPathBase,
263 compile( const std::list<std::pair<const char*, const char*> > &IOFiles, const std::list<std::pair<const char*, const char*> > &DepFiles, const std::vector<std::string> &IncludePaths, const std::vector<std::string> &AdditionalDepTargets, Slang::OutputType OutputType, BitCodeStorageType BitcodeStorage, bool AllowRSPrefix, bool OutputDep, unsigned int TargetAPI, bool EmitDebug, llvm::CodeGenOpt::Level OptimizationLevel, const std::string &JavaReflectionPathBase, const std::string &JavaReflectionPackageName) argument

Completed in 178 milliseconds