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

/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp197 Opts.mOutputType = slang::Slang::OT_Dependency;
237 (Opts.mOutputType != slang::Slang::OT_Dependency)))
290 if (OutputType == slang::Slang::OT_Dependency) {
300 case slang::Slang::OT_Dependency: {
424 if (Opts.mOutputType == slang::Slang::OT_Dependency)
429 slang::Slang::OT_Dependency,
H A Dslang.h66 OT_Dependency, enumerator in enum:slang::Slang::OutputType
H A Dslang_rs.cpp299 bool SuppressAllWarnings = (OutputType != Slang::OT_Dependency);
316 if (OutputType != Slang::OT_Dependency) {
H A Dslang.cpp333 case OT_Dependency:

Completed in 42 milliseconds