Searched refs:mOT (Results 1 – 4 of 4) sorted by relevance
86 if ((mOT != Compiler::OT_Assembly) && (mOT != Compiler::OT_Object)) in CreateCodeGenPasses()168 if (mOT == Compiler::OT_Object) in CreateCodeGenPasses()191 mOT(OT), in Backend()271 switch (mOT) { in HandleTranslationUnit()
78 inline void setOutputType(OutputType OT) { mOT = OT; } in setOutputType()140 OutputType mOT; variable
78 Compiler::OutputType mOT; variable
163 Compiler::Compiler() : mInitialized(false), mpDiagClient(NULL), mOT(OT_Default) { in Compiler()241 switch (mOT) { in setOutput()284 mBackend.reset(createBackend(mCodeGenOpts, &mOS->os(), mOT)); in compile()