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()320 switch (mOT) { in HandleTranslationUnit()
134 OutputType mOT; variable193 void setOutputType(OutputType OT) { mOT = OT; } in setOutputType()
262 mTargetOpts(new clang::TargetOptions()), mOT(OT_Default) { in Slang()336 switch (mOT) { in setOutput()438 mBackend.reset(createBackend(CodeGenOpts, &mOS->os(), mOT)); in compile()
55 Slang::OutputType mOT; variable