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

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
  598   case codegenoptions::DebugDirectivesOnly:
tools/clang/lib/Driver/ToolChains/Clang.cpp
  412     return codegenoptions::DebugDirectivesOnly;
  880   case codegenoptions::DebugDirectivesOnly:
 3180           DebugInfoKind == codegenoptions::DebugDirectivesOnly ||
 3227   if (DWARFVersion == 0 && DebugInfoKind == codegenoptions::DebugDirectivesOnly)
 3251           DebugInfoKind != codegenoptions::DebugDirectivesOnly) {
tools/clang/lib/Driver/ToolChains/Cuda.cpp
  739     DebugInfoKind = codegenoptions::DebugDirectivesOnly;
tools/clang/lib/Frontend/CompilerInvocation.cpp
  733             .Case("line-directives-only", codegenoptions::DebugDirectivesOnly)