Searched refs:nCov (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1171 int nCov = CovFunc ? CovFunc->getNumUses() : 0; local
1172 IRB.CreateCall(AsanCovModuleInit, ConstantInt::get(IntptrTy, nCov));

Completed in 183 milliseconds