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

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
  255   bool UseQualifiedName = DebugKind == codegenoptions::DebugLineTablesOnly &&
  595   case codegenoptions::DebugLineTablesOnly:
 2065   if (DebugKind <= codegenoptions::DebugLineTablesOnly)
 2140   if (DebugKind <= codegenoptions::DebugLineTablesOnly)
 2930   if (DebugKind <= codegenoptions::DebugLineTablesOnly)
 2936   if (DebugKind <= codegenoptions::DebugLineTablesOnly)
 3248                               DebugKind <= codegenoptions::DebugLineTablesOnly))
 3429   if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly)
 3468   if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly)
 3796   if (DebugKind <= codegenoptions::DebugLineTablesOnly)
 3810   if (DebugKind <= codegenoptions::DebugLineTablesOnly)
tools/clang/lib/Driver/ToolChains/Clang.cpp
  410     return codegenoptions::DebugLineTablesOnly;
  883   case codegenoptions::DebugLineTablesOnly:
 3181           (DebugInfoKind == codegenoptions::DebugLineTablesOnly &&
 3250       if (DebugInfoKind != codegenoptions::DebugLineTablesOnly &&
 5861       *DebugInfoKind = codegenoptions::DebugLineTablesOnly;
tools/clang/lib/Frontend/CompilerInvocation.cpp
  732             .Case("line-tables-only", codegenoptions::DebugLineTablesOnly)