Searched refs:mOT (Results 1 – 4 of 4) sorted by relevance
103 if ((mOT != Slang::OT_Assembly) && (mOT != Slang::OT_Object)) in CreateCodeGenPasses()192 if (mOT == Slang::OT_Object) { in CreateCodeGenPasses()214 mOT(OT), in Backend()323 switch (mOT) { in HandleTranslationUnit()
132 OutputType mOT; variable192 void setOutputType(OutputType OT) { mOT = OT; } in setOutputType()
256 Slang::Slang() : mInitialized(false), mDiagClient(NULL), mOT(OT_Default) { in Slang()330 switch (mOT) { in setOutput()431 mBackend.reset(createBackend(CodeGenOpts, &mOS->os(), mOT)); in compile()
57 Slang::OutputType mOT; variable