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

/frameworks/compile/slang/
H A Dslang.h92 clang::CodeGenOptions CodeGenOpts; member in class:slang::Slang
208 const clang::CodeGenOptions &CodeGenOpts,
H A Dslang.cpp232 Slang::createBackend(const RSCCOptions &Opts, const clang::CodeGenOptions &CodeGenOpts, argument
236 CodeGenOpts, getTargetOptions(), &mPragmas, OS, OT,
260 CodeGenOpts.OptimizationLevel = 3;
268 CodeGenOpts.StackRealignment = 1;
418 mBackend.reset(createBackend(Opts, CodeGenOpts, &mOS->os(), mOT));
442 CodeGenOpts.setDebugInfo(clang::CodeGenOptions::FullDebugInfo);
444 CodeGenOpts.setDebugInfo(clang::CodeGenOptions::NoDebugInfo);
448 CodeGenOpts.OptimizationLevel = OptimizationLevel;
692 CodeGenOpts.MainFileName = mInputFileName;
H A Dslang_backend.cpp211 const clang::CodeGenOptions &CodeGenOpts,
230 mCodeGenOpts(CodeGenOpts), mPragmas(Pragmas) {
207 Backend(RSContext *Context, clang::DiagnosticsEngine *DiagEngine, const RSCCOptions &Opts, const clang::HeaderSearchOptions &HeaderSearchOpts, const clang::PreprocessorOptions &PreprocessorOpts, 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 822 milliseconds