Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp176 GlobalVariable *EightBitCounterArray; member in __anonaa170eb80111::SanitizerCoverageModule
230 EightBitCounterArray = in runOnModule()
262 EightBitCounterArray->replaceAllUsesWith( in runOnModule()
264 EightBitCounterArray->eraseFromParent(); in runOnModule()
490 IRB.CreatePointerCast(EightBitCounterArray, IntptrTy), in InjectCoverageAtBlock()