Searched defs:OT (Results 1 - 5 of 5) sorted by last modified time

/frameworks/compile/slang/
H A Dslang.cpp256 llvm::raw_ostream *OS, OutputType OT) {
258 &mPragmas, OS, OT);
255 createBackend(const clang::CodeGenOptions& CodeGenOpts, llvm::raw_ostream *OS, OutputType OT) argument
H A Dslang.h164 OutputType OT);
193 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.cpp233 Slang::OutputType OT) {
240 OT,
231 createBackend(const clang::CodeGenOptions& CodeGenOpts, 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

Completed in 217 milliseconds