Searched refs:needsGCovInstrumentation (Results 1 – 4 of 4) sorted by relevance
543 static bool needsGCovInstrumentation(const llvm::opt::ArgList &Args);
854 bool ToolChain::needsGCovInstrumentation(const llvm::opt::ArgList &Args) { in needsGCovInstrumentation() function in ToolChain1086 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
1435 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()1441 bool ForGCOV = needsGCovInstrumentation(Args); in addProfileRTLibs()
700 bool EmitCovData = TC.needsGCovInstrumentation(Args); in addPGOAndCoverageFlags()