Home
last modified time | relevance | path

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

/gdk/sources/llvm-ndk-cc/
DCompiler.h54 } OutputType; typedef
78 inline void setOutputType(OutputType OT) { mOT = OT; } in setOutputType()
140 OutputType mOT;
156 OutputType OT);
DBackend.h38 Compiler::OutputType OT);
78 Compiler::OutputType mOT;
DCompiler.cpp155 OutputType OT) { in createBackend()
DBackend.cpp183 Compiler::OutputType OT) in Backend()