Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp252 GlobalVariable *RealEightBitCounterArray; in runOnModule() local
258 RealEightBitCounterArray = new GlobalVariable( in runOnModule()
261 RealEightBitCounterArray->setAlignment(kCounterAlignment); in runOnModule()
263 IRB.CreatePointerCast(RealEightBitCounterArray, Int8PtrTy)); in runOnModule()
281 ? IRB.CreatePointerCast(RealEightBitCounterArray, Int8PtrTy) in runOnModule()