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

References

tools/clang/include/clang/Driver/ToolChain.h
  470   virtual void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind,
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 2162 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind,
tools/clang/lib/CodeGen/CGDebugInfo.h
   58   const codegenoptions::DebugInfoKind DebugKind;
tools/clang/lib/Driver/ToolChains/Clang.cpp
  402 static codegenoptions::DebugInfoKind DebugLevelToInfoKind(const Arg &A) {
 4113   codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo;
 6141   codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo;
tools/clang/lib/Driver/ToolChains/Cuda.cpp
  733     codegenoptions::DebugInfoKind &DebugInfoKind, const ArgList &Args) const {
tools/clang/lib/Driver/ToolChains/Cuda.h
  161   void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind,