HomeSort by relevance Sort by last modified time
    Searched defs:CodeGenOpts (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTBAA.h 50 const CodeGenOptions &CodeGenOpts;
ModuleBuilder.cpp 35 const CodeGenOptions CodeGenOpts; // Intentionally copied in.
42 : Diags(diags), CodeGenOpts(CGO),
61 Builder.reset(new CodeGen::CodeGenModule(Context, CodeGenOpts, *M, *TD,
CodeGenTypes.h 69 const CodeGenOptions &CodeGenOpts;
119 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
BackendUtil.cpp 46 const CodeGenOptions &CodeGenOpts;
113 : Diags(_Diags), CodeGenOpts(CGOpts), TargetOpts(TOpts), LangOpts(LOpts),
210 unsigned OptLevel = CodeGenOpts.OptimizationLevel;
211 CodeGenOptions::InliningMethod Inlining = CodeGenOpts.getInlining();
215 if (CodeGenOpts.DisableLLVMOpts) {
217 Inlining = CodeGenOpts.NoInlining;
220 PassManagerBuilderWrapper PMBuilder(CodeGenOpts, LangOpts);
222 PMBuilder.SizeLevel = CodeGenOpts.OptimizeSize;
223 PMBuilder.BBVectorize = CodeGenOpts.VectorizeBB;
224 PMBuilder.SLPVectorize = CodeGenOpts.VectorizeSLP
    [all...]
CodeGenAction.cpp 40 const CodeGenOptions &CodeGenOpts;
64 CodeGenOpts(compopts),
161 EmitBackendOutput(Diags, CodeGenOpts, TargetOpts, LangOpts,
CodeGenModule.h 234 const CodeGenOptions &CodeGenOpts;
421 CodeGenModule(ASTContext &C, const CodeGenOptions &CodeGenOpts,
507 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 107 CodeGenOptions CodeGenOpts;
175 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
177 return CodeGenOpts;
  /frameworks/compile/slang/
slang.cpp 112 clang::CodeGenOptions Slang::CodeGenOpts;
163 CodeGenOpts.OptimizationLevel = 3;
259 Slang::createBackend(const clang::CodeGenOptions& CodeGenOpts,
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;
slang.h 62 static clang::CodeGenOptions CodeGenOpts;
163 createBackend(const clang::CodeGenOptions& CodeGenOpts,

Completed in 134 milliseconds