Searched refs:needsGCovInstrumentation (Results 1 – 4 of 4) sorted by relevance
529 static bool needsGCovInstrumentation(const llvm::opt::ArgList &Args);
808 bool ToolChain::needsGCovInstrumentation(const llvm::opt::ArgList &Args) { in needsGCovInstrumentation() function in ToolChain1039 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
1406 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()1412 bool ForGCOV = needsGCovInstrumentation(Args); in addProfileRTLibs()
691 bool EmitCovData = TC.needsGCovInstrumentation(Args); in addPGOAndCoverageFlags()