Searched refs:needsGCovInstrumentation (Results 1 – 4 of 4) sorted by relevance
523 bool ToolChain::needsGCovInstrumentation(const llvm::opt::ArgList &Args) { in needsGCovInstrumentation() function in ToolChain749 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
465 static bool needsGCovInstrumentation(const llvm::opt::ArgList &Args);
1221 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()1227 bool ForGCOV = needsGCovInstrumentation(Args); in addProfileRTLibs()
871 bool EmitCovData = TC.needsGCovInstrumentation(Args); in addPGOAndCoverageFlags()