Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDSanitizerCoverage.cpp167 GlobalVariable *GuardArray; member in __anon6087c1a50111::SanitizerCoverageModule
215 GuardArray = in runOnModule()
237 GuardArray->replaceAllUsesWith( in runOnModule()
239 GuardArray->eraseFromParent(); in runOnModule()
408 IRB.CreatePointerCast(GuardArray, IntptrTy), in InjectCoverageAtBlock()