Searched refs:CodeGenOpts (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_backend.h75 const clang::CodeGenOptions &CodeGenOpts,
H A Dslang.cpp110 clang::CodeGenOptions Slang::CodeGenOpts; member in class:slang::Slang
160 CodeGenOpts.OptimizationLevel = 3; /* -O3 */
257 Slang::createBackend(const clang::CodeGenOptions& CodeGenOpts, argument
259 return new Backend(mDiagEngine.getPtr(), CodeGenOpts, mTargetOpts,
433 mBackend.reset(createBackend(CodeGenOpts, &mOS->os(), mOT));
H A Dslang.h58 static clang::CodeGenOptions CodeGenOpts; member in class:slang::Slang
164 createBackend(const clang::CodeGenOptions& CodeGenOpts,
H A Dslang_backend.h105 const clang::CodeGenOptions &CodeGenOpts,
H A Dslang_rs.h85 *createBackend(const clang::CodeGenOptions& CodeGenOpts,
H A Dslang_backend.cpp201 const clang::CodeGenOptions &CodeGenOpts,
207 mCodeGenOpts(CodeGenOpts),
200 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.cpp217 *SlangRS::createBackend(const clang::CodeGenOptions& CodeGenOpts, argument
222 CodeGenOpts,
H A Dslang_rs_backend.cpp47 const clang::CodeGenOptions &CodeGenOpts,
54 : Backend(DiagEngine, CodeGenOpts, TargetOpts, Pragmas, OS, OT),
45 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) argument

Completed in 66 milliseconds