Lines Matching defs:slang
29 #include "slang.h"
79 namespace slang {
151 Opts.mOutputType = Slang::OT_Dependency;
156 Opts.mOutputType = Slang::OT_Bitcode;
161 Opts.mOutputType = Slang::OT_Bitcode;
172 Opts.mOutputType = Slang::OT_Assembly;
176 Opts.mOutputType = Slang::OT_LLVMAssembly;
180 Opts.mOutputType = Slang::OT_Bitcode;
184 Opts.mOutputType = Slang::OT_Nothing;
191 if (Opts.mEmitDependency && ((Opts.mOutputType != Slang::OT_Bitcode) &&
192 (Opts.mOutputType != Slang::OT_Dependency)))