Searched refs:needsGCovInstrumentation (Results 1 – 4 of 4) sorted by relevance
590 bool ToolChain::needsGCovInstrumentation(const llvm::opt::ArgList &Args) { in needsGCovInstrumentation() function in ToolChain812 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
494 static bool needsGCovInstrumentation(const llvm::opt::ArgList &Args);
1339 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()1345 bool ForGCOV = needsGCovInstrumentation(Args); in addProfileRTLibs()
897 bool EmitCovData = TC.needsGCovInstrumentation(Args); in addPGOAndCoverageFlags()