Searched refs:OT_Bitcode (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/slang/
H A Drs_cc_options.h102 mOutputType = slang::Slang::OT_Bitcode;
H A Drs_cc_options.cpp131 Opts.mOutputType = slang::Slang::OT_Bitcode;
149 Opts.mOutputType = slang::Slang::OT_Bitcode;
163 ((Opts.mOutputType != slang::Slang::OT_Bitcode) &&
H A Dllvm-rs-cc.cpp105 case slang::Slang::OT_Bitcode: {
163 slang::Slang::OT_Bitcode,
H A Dslang.h73 OT_Bitcode, enumerator in enum:slang::Slang::OutputType
77 OT_Default = OT_Bitcode
H A Dslang.cpp348 case OT_Bitcode: {
H A Dslang_backend.cpp343 case Slang::OT_Bitcode: {
H A Dslang_rs.cpp400 if ((Opts.mOutputType == Slang::OT_Bitcode) &&

Completed in 515 milliseconds