Searched refs:needsGCovInstrumentation (Results 1 – 4 of 4) sorted by relevance
565 static bool needsGCovInstrumentation(const llvm::opt::ArgList &Args);
1059 bool ToolChain::needsGCovInstrumentation(const llvm::opt::ArgList &Args) { in needsGCovInstrumentation() function in ToolChain1297 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
1477 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()1483 bool ForGCOV = needsGCovInstrumentation(Args); in addProfileRTLibs()
521 bool EmitCovData = TC.needsGCovInstrumentation(Args); in addPGOAndCoverageFlags()