Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp218 GlobalVariable *RealEightBitCounterArray; in runOnModule() local
224 RealEightBitCounterArray = new GlobalVariable( in runOnModule()
227 RealEightBitCounterArray->setAlignment(kCounterAlignment); in runOnModule()
229 IRB.CreatePointerCast(RealEightBitCounterArray, Int8PtrTy)); in runOnModule()
246 ? IRB.CreatePointerCast(RealEightBitCounterArray, Int8PtrTy) in runOnModule()