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

  /external/clang/lib/CodeGen/
CodeGenTBAA.h 47 const CodeGenOptions &CodeGenOpts;
ModuleBuilder.cpp 38 const CodeGenOptions CodeGenOpts; // Intentionally copied in.
76 PreprocessorOpts(PPO), CodeGenOpts(CGO), HandlingTopLevelDecls(0),
124 PreprocessorOpts, CodeGenOpts,
127 for (auto &&Lib : CodeGenOpts.DependentLibraries)
129 for (auto &&Opt : CodeGenOpts.LinkerOptions)
ObjectFilePCHContainerOperations.cpp 52 CodeGenOptions CodeGenOpts;
152 CodeGenOpts.CodeModel = "default";
153 CodeGenOpts.ThreadModel = "single";
154 CodeGenOpts.DebugTypeExtRefs = true;
155 CodeGenOpts.setDebugInfo(codegenoptions::FullDebugInfo);
156 CodeGenOpts.setDebuggerTuning(CI.getCodeGenOpts().getDebuggerTuning());
169 *Ctx, HeaderSearchOpts, PreprocessorOpts, CodeGenOpts, *M, Diags));
285 clang::EmitBackendOutput(Diags, CodeGenOpts, TargetOpts, LangOpts,
292 clang::EmitBackendOutput(Diags, CodeGenOpts, TargetOpts, LangOpts,
BackendUtil.cpp 57 const CodeGenOptions &CodeGenOpts;
127 : Diags(_Diags), CodeGenOpts(CGOpts), TargetOpts(TOpts), LangOpts(LOpts),
136 if (CodeGenOpts.DisableFree)
281 const CodeGenOptions &CodeGenOpts) {
283 if (!CodeGenOpts.SimplifyLibCalls)
288 for (auto &FuncName : CodeGenOpts.getNoBuiltinFuncs())
293 switch (CodeGenOpts.getVecLib()) {
315 if (CodeGenOpts.DisableLLVMPasses)
318 unsigned OptLevel = CodeGenOpts.OptimizationLevel;
319 CodeGenOptions::InliningMethod Inlining = CodeGenOpts.getInlining()
    [all...]
CodeGenAction.cpp 46 const CodeGenOptions &CodeGenOpts;
67 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts,
73 : Diags(Diags), Action(Action), CodeGenOpts(CodeGenOpts),
77 CodeGenOpts, C, CoverageInfo)) {
176 EmbedBitcode(getModule(), CodeGenOpts, llvm::MemoryBufferRef());
178 EmitBackendOutput(Diags, CodeGenOpts, TargetOpts, LangOpts,
516 if (CodeGenOpts.OptimizationRemarkPattern &&
517 CodeGenOpts.OptimizationRemarkPattern->match(D.getPassName()))
526 if (CodeGenOpts.OptimizationRemarkMissedPattern &
    [all...]
CodeGenFunction.cpp 715 const CodeGenOptions& CodeGenOpts = CGM.getCodeGenOpts();
716 if (!CodeGenOpts.NoInline) {
722 if (CodeGenOpts.getInlining() == CodeGenOptions::OnlyHintInlining &&
    [all...]
CodeGenModule.h 269 const CodeGenOptions &CodeGenOpts;
496 const CodeGenOptions &CodeGenOpts, llvm::Module &M,
606 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 110 CodeGenOptions CodeGenOpts;
181 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
183 return CodeGenOpts;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 117 CodeGenOptions CodeGenOpts;
188 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
190 return CodeGenOpts;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
CompilerInvocation.h 117 CodeGenOptions CodeGenOpts;
188 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
190 return CodeGenOpts;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
CompilerInvocation.h 117 CodeGenOptions CodeGenOpts;
188 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
190 return CodeGenOpts;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
CompilerInvocation.h 117 CodeGenOptions CodeGenOpts;
188 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
190 return CodeGenOpts;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
CompilerInvocation.h 117 CodeGenOptions CodeGenOpts;
188 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
190 return CodeGenOpts;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
CompilerInvocation.h 117 CodeGenOptions CodeGenOpts;
188 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
190 return CodeGenOpts;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
CompilerInvocation.h 117 CodeGenOptions CodeGenOpts;
188 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
190 return CodeGenOpts;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 117 CodeGenOptions CodeGenOpts;
188 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
190 return CodeGenOpts;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
CompilerInvocation.h 117 CodeGenOptions CodeGenOpts;
188 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
190 return CodeGenOpts;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
CompilerInvocation.h 117 CodeGenOptions CodeGenOpts;
188 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
190 return CodeGenOpts;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
CompilerInvocation.h 117 CodeGenOptions CodeGenOpts;
188 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
190 return CodeGenOpts;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
CompilerInvocation.h 117 CodeGenOptions CodeGenOpts;
188 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
190 return CodeGenOpts;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
CompilerInvocation.h 117 CodeGenOptions CodeGenOpts;
188 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
190 return CodeGenOpts;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
CompilerInvocation.h 117 CodeGenOptions CodeGenOpts;
188 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
190 return CodeGenOpts;
  /frameworks/compile/slang/
slang.h 95 clang::CodeGenOptions CodeGenOpts;
211 const clang::CodeGenOptions &CodeGenOpts,

Completed in 522 milliseconds