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

  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 35 const CodeGenOptions CodeGenOpts; // Intentionally copied in.
43 : Diags(diags), CodeGenOpts(CGO),
75 Builder.reset(new CodeGen::CodeGenModule(Context, CodeGenOpts, *M, *TD,
78 for (size_t i = 0, e = CodeGenOpts.DependentLibraries.size(); i < e; ++i)
79 HandleDependentLibrary(CodeGenOpts.DependentLibraries[i]);
CodeGenTBAA.h 50 const CodeGenOptions &CodeGenOpts;
BackendUtil.cpp 49 const CodeGenOptions &CodeGenOpts;
114 : Diags(_Diags), CodeGenOpts(CGOpts), TargetOpts(TOpts), LangOpts(LOpts),
123 if (CodeGenOpts.DisableFree)
221 unsigned OptLevel = CodeGenOpts.OptimizationLevel;
222 CodeGenOptions::InliningMethod Inlining = CodeGenOpts.getInlining();
226 if (CodeGenOpts.DisableLLVMOpts) {
228 Inlining = CodeGenOpts.NoInlining;
231 PassManagerBuilderWrapper PMBuilder(CodeGenOpts, LangOpts);
233 PMBuilder.SizeLevel = CodeGenOpts.OptimizeSize;
234 PMBuilder.BBVectorize = CodeGenOpts.VectorizeBB
    [all...]
CodeGenAction.cpp 44 const CodeGenOptions &CodeGenOpts;
63 : Diags(_Diags), Action(action), CodeGenOpts(compopts),
174 EmitBackendOutput(Diags, CodeGenOpts, TargetOpts, LangOpts,
461 if (CodeGenOpts.OptimizationRemarkPattern &&
462 CodeGenOpts.OptimizationRemarkPattern->match(D.getPassName()))
471 if (CodeGenOpts.OptimizationRemarkMissedPattern &&
472 CodeGenOpts.OptimizationRemarkMissedPattern->match(D.getPassName()))
482 if (CodeGenOpts.OptimizationRemarkAnalysisPattern &&
483 CodeGenOpts.OptimizationRemarkAnalysisPattern->match(D.getPassName()))
CodeGenModule.h 274 const CodeGenOptions &CodeGenOpts;
480 CodeGenModule(ASTContext &C, const CodeGenOptions &CodeGenOpts,
585 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 109 CodeGenOptions CodeGenOpts;
177 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
179 return CodeGenOpts;

Completed in 412 milliseconds