Searched refs:OT_Dependency (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp228 Opts.mOutputType = slang::Slang::OT_Dependency;
268 (Opts.mOutputType != slang::Slang::OT_Dependency)))
339 if (OutputType == slang::Slang::OT_Dependency) {
349 case slang::Slang::OT_Dependency: {
477 if (Opts.mOutputType == slang::Slang::OT_Dependency)
482 slang::Slang::OT_Dependency,
H A Dslang_rs.cpp326 bool SuppressAllWarnings = (OutputType != Slang::OT_Dependency);
350 if (OutputType != Slang::OT_Dependency) {
H A Dslang.h70 OT_Dependency, enumerator in enum:slang::Slang::OutputType
H A Dslang.cpp340 case OT_Dependency:

Completed in 37 milliseconds