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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp444 Function *AsanCovModuleInit; member in class:__anon26249::AddressSanitizerModule
1015 AsanCovModuleInit = checkInterfaceFunction(M.getOrInsertFunction(
1018 AsanCovModuleInit->setLinkage(Function::ExternalLinkage);
1172 IRB.CreateCall(AsanCovModuleInit, ConstantInt::get(IntptrTy, nCov));

Completed in 394 milliseconds