Searched refs:needsGCovInstrumentation (Results 1 – 4 of 4) sorted by relevance
520 bool ToolChain::needsGCovInstrumentation(const llvm::opt::ArgList &Args) { in needsGCovInstrumentation() function in ToolChain746 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
461 static bool needsGCovInstrumentation(const llvm::opt::ArgList &Args);
1219 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()1225 bool ForGCOV = needsGCovInstrumentation(Args); in addProfileRTLibs()
865 bool EmitCovData = TC.needsGCovInstrumentation(Args); in addPGOAndCoverageFlags()