Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp136 GlobalVariable *EightBitCounterArray; member in __anonaa170eb80111::SanitizerCoverageModule
196 EightBitCounterArray = in runOnModule()
228 EightBitCounterArray->replaceAllUsesWith( in runOnModule()
230 EightBitCounterArray->eraseFromParent(); in runOnModule()
392 IRB.CreatePointerCast(EightBitCounterArray, IntptrTy), in InjectCoverageAtBlock()