reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Basic/CodeGenOptions.def
  298 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 3, codegenoptions::NoDebugInfo)
tools/clang/lib/CodeGen/BackendUtil.cpp
  698     if (CodeGenOpts.getDebugInfo() == codegenoptions::NoDebugInfo)
tools/clang/lib/CodeGen/CGDebugInfo.cpp
  591   case codegenoptions::NoDebugInfo:
 4762   if (!CGM.getLangOpts().Optimize || DebugKind == codegenoptions::NoDebugInfo ||
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1630   if (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo ||
tools/clang/lib/CodeGen/CGVTables.cpp
  844                 CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo) &&
tools/clang/lib/CodeGen/CodeGenAction.cpp
  943   if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo &&
tools/clang/lib/CodeGen/CodeGenModule.cpp
  147   if (CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo ||
tools/clang/lib/Driver/ToolChains/Clang.cpp
  407     return codegenoptions::NoDebugInfo;
 3179       if (DebugInfoKind == codegenoptions::NoDebugInfo ||
 3215       DebugInfoKind != codegenoptions::NoDebugInfo) {
 3228     DebugInfoKind = codegenoptions::NoDebugInfo;
 4113   codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo;
 6141   codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo;
 6150                                : codegenoptions::NoDebugInfo);
tools/clang/lib/Driver/ToolChains/Cuda.cpp
  736     DebugInfoKind = codegenoptions::NoDebugInfo;
tools/clang/lib/Frontend/CompilerInvocation.cpp
 1345   if (NeedLocTracking && Opts.getDebugInfo() == codegenoptions::NoDebugInfo)
tools/clang/lib/Frontend/Rewrite/FrontendActions.cpp
  171           (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo));
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  555     m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::NoDebugInfo);