Home
last modified time | relevance | path

Searched refs:mOT (Results 1 – 4 of 4) sorted by relevance

/gdk/sources/llvm-ndk-cc/
DBackend.cpp86 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()
DCompiler.h78 inline void setOutputType(OutputType OT) { mOT = OT; } in setOutputType()
140 OutputType mOT; variable
DBackend.h78 Compiler::OutputType mOT; variable
DCompiler.cpp163 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()