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

/external/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp199 GlobalVariable *GuardArray; member in class:__anon14676::SanitizerCoverageModule
254 GuardArray =
275 GuardArray->replaceAllUsesWith(
277 GuardArray->eraseFromParent();
542 IRB.CreatePointerCast(GuardArray, IntptrTy),

Completed in 77 milliseconds