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

/frameworks/compile/slang/
H A Dslang.cpp107 clang::CodeGenOptions Slang::CodeGenOpts; member in class:slang::Slang
158 CodeGenOpts.OptimizationLevel = 3;
255 Slang::createBackend(const clang::CodeGenOptions& CodeGenOpts, argument
257 return new Backend(mDiagEngine, CodeGenOpts, getTargetOptions(),
438 mBackend.reset(createBackend(CodeGenOpts, &mOS->os(), mOT));
464 CodeGenOpts.setDebugInfo(clang::CodeGenOptions::FullDebugInfo);
466 CodeGenOpts.setDebugInfo(clang::CodeGenOptions::NoDebugInfo);
470 CodeGenOpts.OptimizationLevel = OptimizationLevel;
H A Dslang_rs_backend.h85 const clang::CodeGenOptions &CodeGenOpts,
H A Dslang_backend.h103 const clang::CodeGenOptions &CodeGenOpts,
H A Dslang_rs.h85 *createBackend(const clang::CodeGenOptions& CodeGenOpts,
H A Dslang.h61 static clang::CodeGenOptions CodeGenOpts; member in class:slang::Slang
162 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.cpp231 *SlangRS::createBackend(const clang::CodeGenOptions& CodeGenOpts, argument
236 CodeGenOpts,
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

Completed in 439 milliseconds