Searched defs:CodeGenOpts (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/
H A Dslang.cpp112 clang::CodeGenOptions Slang::CodeGenOpts; member in class:slang::Slang
163 CodeGenOpts.OptimizationLevel = 3;
259 Slang::createBackend(const clang::CodeGenOptions& CodeGenOpts, argument
261 return new Backend(mDiagEngine, CodeGenOpts, getTargetOptions(),
442 mBackend.reset(createBackend(CodeGenOpts, &mOS->os(), mOT));
468 CodeGenOpts.setDebugInfo(clang::CodeGenOptions::FullDebugInfo);
470 CodeGenOpts.setDebugInfo(clang::CodeGenOptions::NoDebugInfo);
474 CodeGenOpts.OptimizationLevel = OptimizationLevel;
H A Dslang.h62 static clang::CodeGenOptions CodeGenOpts; member in class:slang::Slang
163 createBackend(const clang::CodeGenOptions& CodeGenOpts,
H A Dslang_backend.cpp205 const clang::CodeGenOptions &CodeGenOpts,
221 mCodeGenOpts(CodeGenOpts),
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.cpp51 const clang::CodeGenOptions &CodeGenOpts,
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.cpp232 *SlangRS::createBackend(const clang::CodeGenOptions& CodeGenOpts, argument
237 CodeGenOpts,

Completed in 61 milliseconds