Home
last modified time | relevance | path

Searched refs:CodeGenOpts (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang.cpp228 Slang::createBackend(const RSCCOptions &Opts, const clang::CodeGenOptions &CodeGenOpts, in createBackend() argument
232 CodeGenOpts, getTargetOptions(), &mPragmas, OS, OT, in createBackend()
256 CodeGenOpts.OptimizationLevel = 3; in Slang()
264 CodeGenOpts.StackRealignment = 1; in Slang()
413 mBackend.reset(createBackend(Opts, CodeGenOpts, &mOS->os(), mOT)); in compile()
437 CodeGenOpts.setDebugInfo(clang::codegenoptions::FullDebugInfo); in setDebugMetadataEmission()
439 CodeGenOpts.setDebugInfo(clang::codegenoptions::NoDebugInfo); in setDebugMetadataEmission()
443 CodeGenOpts.OptimizationLevel = OptimizationLevel; in setOptimizationLevel()
671 CodeGenOpts.MainFileName = mInputFileName; in compile()
Dslang.h95 clang::CodeGenOptions CodeGenOpts; variable
211 const clang::CodeGenOptions &CodeGenOpts,
Dslang_backend.h170 const clang::CodeGenOptions &CodeGenOpts,
Dslang_backend.cpp248 const clang::CodeGenOptions &CodeGenOpts, in Backend() argument
267 mCodeGenOpts(CodeGenOpts), mPragmas(Pragmas) { in Backend()