Searched refs:needsGCovInstrumentation (Results 1 – 3 of 3) sorted by relevance
415 static bool needsGCovInstrumentation(const llvm::opt::ArgList &Args);
483 if (needsGCovInstrumentation(Args) || in needsProfileRT()497 bool ToolChain::needsGCovInstrumentation(const llvm::opt::ArgList &Args) { in needsGCovInstrumentation() function in ToolChain
1139 bool ForGCOV = needsGCovInstrumentation(Args); in addProfileRTLibs()