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

/frameworks/compile/slang/
H A Dslang.h70 enum OutputType { enum in class:slang::Slang
135 OutputType mOT;
165 OutputType OT);
196 void setOutputType(OutputType OT) { mOT = OT; }
H A Dllvm-rs-cc.cpp127 slang::Slang::OutputType mOutputType;
329 slang::Slang::OutputType OutputType,
331 if (OutputType == slang::Slang::OT_Nothing)
341 if (OutputType == slang::Slang::OT_Dependency) {
350 switch (OutputType) {
327 DetermineOutputFile(const std::string &OutputDir, const char *InputFile, slang::Slang::OutputType OutputType, std::set<std::string> &SavedStrings) argument
H A Dslang_rs.cpp234 Slang::OutputType OT) {
279 Slang::OutputType OutputType, BitCodeStorageType BitcodeStorage,
301 setOutputType(OutputType);
322 bool SuppressAllWarnings = (OutputType != Slang::OT_Dependency);
347 if (OutputType != Slang::OT_Dependency) {
371 if ((OutputType == Slang::OT_Bitcode) &&
274 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, const std::string &RSPackageName) argument

Completed in 55 milliseconds