Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h543 static bool needsGCovInstrumentation(const llvm::opt::ArgList &Args);
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp854 bool ToolChain::needsGCovInstrumentation(const llvm::opt::ArgList &Args) { in needsGCovInstrumentation() function in ToolChain
1086 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1435 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
1441 bool ForGCOV = needsGCovInstrumentation(Args); in addProfileRTLibs()
H A DClang.cpp700 bool EmitCovData = TC.needsGCovInstrumentation(Args); in addPGOAndCoverageFlags()