Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp520 bool ToolChain::needsGCovInstrumentation(const llvm::opt::ArgList &Args) { in needsGCovInstrumentation() function in ToolChain
746 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h461 static bool needsGCovInstrumentation(const llvm::opt::ArgList &Args);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1219 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
1225 bool ForGCOV = needsGCovInstrumentation(Args); in addProfileRTLibs()
H A DClang.cpp865 bool EmitCovData = TC.needsGCovInstrumentation(Args); in addPGOAndCoverageFlags()