Home
last modified time | relevance | path

Searched refs:needsGCovInstrumentation (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DToolChain.cpp406 if (needsGCovInstrumentation(Args) || in needsProfileRT()
417 bool ToolChain::needsGCovInstrumentation(const llvm::opt::ArgList &Args) { in needsGCovInstrumentation() function in ToolChain
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DToolChain.h392 static bool needsGCovInstrumentation(const llvm::opt::ArgList &Args);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1044 if (needsGCovInstrumentation(Args)) { in addProfileRTLibs()