Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp114 GlobalVariable *GuardArray; member in __anon74de94090111::SanitizerCoverageModule
169 GuardArray = in runOnModule()
185 GuardArray->replaceAllUsesWith( in runOnModule()
187 GuardArray->eraseFromParent(); in runOnModule()
282 IRB.CreatePointerCast(GuardArray, IntptrTy), in InjectCoverageAtBlock()