Searched defs:OT (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/llvm-ndk-cc/
H A DBackend.cpp186 Compiler::OutputType OT)
194 mOT(OT),
182 Backend(const clang::CodeGenOptions &CodeGenOpts, const clang::TargetOptions &TargetOpts, clang::DiagnosticsEngine *Diags, llvm::raw_ostream *OS, Compiler::OutputType OT) argument
H A DCompiler.cpp164 OutputType OT) {
169 OT);
162 createBackend(const clang::CodeGenOptions& CodeGenOpts, llvm::raw_ostream *OS, OutputType OT) argument
H A DCompiler.h78 inline void setOutputType(OutputType OT) { mOT = OT; } argument
156 OutputType OT);
/frameworks/compile/slang/
H A Dslang.cpp251 llvm::raw_ostream *OS, OutputType OT) {
253 &mPragmas, OS, OT);
250 createBackend(const clang::CodeGenOptions& CodeGenOpts, llvm::raw_ostream *OS, OutputType OT) argument
H A Dslang.h162 OutputType OT);
192 void setOutputType(OutputType OT) { mOT = OT; } argument
H A Dslang_backend.cpp209 Slang::OutputType OT)
214 mOT(OT),
204 Backend(clang::DiagnosticsEngine *DiagEngine, const clang::CodeGenOptions &CodeGenOpts, const clang::TargetOptions &TargetOpts, PragmaList *Pragmas, llvm::raw_ostream *OS, Slang::OutputType OT) argument
H A Dslang_rs_backend.cpp55 Slang::OutputType OT,
59 : Backend(DiagEngine, CodeGenOpts, TargetOpts, Pragmas, OS, OT),
49 RSBackend(RSContext *Context, clang::DiagnosticsEngine *DiagEngine, const clang::CodeGenOptions &CodeGenOpts, const clang::TargetOptions &TargetOpts, PragmaList *Pragmas, llvm::raw_ostream *OS, Slang::OutputType OT, clang::SourceManager &SourceMgr, bool AllowRSPrefix, bool IsFilterscript) argument
H A Dslang_rs.cpp238 Slang::OutputType OT) {
245 OT,
236 createBackend(const clang::CodeGenOptions& CodeGenOpts, llvm::raw_ostream *OS, Slang::OutputType OT) argument

Completed in 216 milliseconds