Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
HDToolChain.h415 static bool needsGCovInstrumentation(const llvm::opt::ArgList &Args);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
HDToolChain.cpp483 if (needsGCovInstrumentation(Args) || in needsProfileRT()
497 bool ToolChain::needsGCovInstrumentation(const llvm::opt::ArgList &Args) { in needsGCovInstrumentation() function in ToolChain
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDDarwin.cpp1139 bool ForGCOV = needsGCovInstrumentation(Args); in addProfileRTLibs()