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

Declarations

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

References

tools/clang/lib/Driver/ToolChain.cpp
  731   if (!needsProfileRT(Args)) return;
tools/clang/lib/Driver/ToolChains/Darwin.cpp
 1115   if (!needsProfileRT(Args)) return;
tools/clang/lib/Driver/ToolChains/Linux.cpp
 1037   if (!needsProfileRT(Args)) return;