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

Declarations

tools/clang/include/clang/Driver/ToolChain.h
  413   static bool needsGCovInstrumentation(const llvm::opt::ArgList &Args);

References

tools/clang/lib/Driver/ToolChain.cpp
  475   if (needsGCovInstrumentation(Args) ||
tools/clang/lib/Driver/ToolChains/Darwin.cpp
 1124     if (needsGCovInstrumentation(Args)) {