Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DToolChain.cpp590 bool ToolChain::needsGCovInstrumentation(const llvm::opt::ArgList &Args) { in needsGCovInstrumentation() function in ToolChain
812 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h494 static bool needsGCovInstrumentation(const llvm::opt::ArgList &Args);
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1339 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
1345 bool ForGCOV = needsGCovInstrumentation(Args); in addProfileRTLibs()
H A DClang.cpp897 bool EmitCovData = TC.needsGCovInstrumentation(Args); in addPGOAndCoverageFlags()