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 42 const CodeGenOptions &CodeGenOpts;
ModuleBuilder.cpp 33 const CodeGenOptions CodeGenOpts; // Intentionally copied in.
42 : Diags(diags), CodeGenOpts(CGO), TargetOpts(TO),
61 Builder.reset(new CodeGen::CodeGenModule(Context, CodeGenOpts, TargetOpts,
CodeGenTypes.h 69 const CodeGenOptions &CodeGenOpts;
117 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;
224 PMBuilder.DisableSimplifyLibCalls = !CodeGenOpts.SimplifyLibCalls;
225 PMBuilder.DisableUnitAtATime = !CodeGenOpts.UnitAtATime
    [all...]
CodeGenAction.cpp 40 const CodeGenOptions &CodeGenOpts;
64 CodeGenOpts(compopts),
161 EmitBackendOutput(Diags, CodeGenOpts, TargetOpts, LangOpts,
CodeGenModule.h 232 const CodeGenOptions &CodeGenOpts;
389 CodeGenModule(ASTContext &C, const CodeGenOptions &CodeGenOpts,
477 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 106 CodeGenOptions CodeGenOpts;
174 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
176 return CodeGenOpts;
  /frameworks/compile/slang/
slang.cpp 112 clang::CodeGenOptions Slang::CodeGenOpts;
162 CodeGenOpts.OptimizationLevel = 3;
257 Slang::createBackend(const clang::CodeGenOptions& CodeGenOpts,
259 return new Backend(mDiagEngine, CodeGenOpts, getTargetOptions(),
440 mBackend.reset(createBackend(CodeGenOpts, &mOS->os(), mOT));
466 CodeGenOpts.setDebugInfo(clang::CodeGenOptions::FullDebugInfo);
468 CodeGenOpts.setDebugInfo(clang::CodeGenOptions::NoDebugInfo);
472 CodeGenOpts.OptimizationLevel = OptimizationLevel;
slang.h 62 static clang::CodeGenOptions CodeGenOpts;
162 createBackend(const clang::CodeGenOptions& CodeGenOpts,

Completed in 66 milliseconds