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

/frameworks/compile/llvm-ndk-cc/
H A DBackend.cpp182 Backend::Backend(const clang::CodeGenOptions &CodeGenOpts, argument
188 mCodeGenOpts(CodeGenOpts),
H A DCompiler.cpp162 *Compiler::createBackend(const clang::CodeGenOptions& CodeGenOpts, argument
165 return new Backend(CodeGenOpts,
/frameworks/compile/slang/
H A Dslang.cpp110 clang::CodeGenOptions Slang::CodeGenOpts; member in class:slang::Slang
160 CodeGenOpts.OptimizationLevel = 3;
250 Slang::createBackend(const clang::CodeGenOptions& CodeGenOpts, argument
252 return new Backend(mDiagEngine, CodeGenOpts, mTargetOpts,
431 mBackend.reset(createBackend(CodeGenOpts, &mOS->os(), mOT));
457 CodeGenOpts.DebugInfo = clang::CodeGenOptions::FullDebugInfo;
459 CodeGenOpts.DebugInfo = clang::CodeGenOptions::NoDebugInfo;
463 CodeGenOpts.OptimizationLevel = OptimizationLevel;
H A Dslang.h60 static clang::CodeGenOptions CodeGenOpts; member in class:slang::Slang
160 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.cpp236 *SlangRS::createBackend(const clang::CodeGenOptions& CodeGenOpts, argument
241 CodeGenOpts,

Completed in 1377 milliseconds