Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h529 static bool needsGCovInstrumentation(const llvm::opt::ArgList &Args);
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp808 bool ToolChain::needsGCovInstrumentation(const llvm::opt::ArgList &Args) { in needsGCovInstrumentation() function in ToolChain
1039 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1406 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
1412 bool ForGCOV = needsGCovInstrumentation(Args); in addProfileRTLibs()
H A DClang.cpp691 bool EmitCovData = TC.needsGCovInstrumentation(Args); in addPGOAndCoverageFlags()