Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp158 unsigned NumberOfInstrumentedBlocks() { in NumberOfInstrumentedBlocks() function in __anonaa170eb80111::SanitizerCoverageModule
237 auto N = NumberOfInstrumentedBlocks(); in runOnModule()
465 ConstantInt::get(IntptrTy, (1 + NumberOfInstrumentedBlocks()) * 4)); in InjectCoverageAtBlock()
491 ConstantInt::get(IntptrTy, NumberOfInstrumentedBlocks() - 1)); in InjectCoverageAtBlock()