Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp238 bool InjectCoverage(Function &F, ArrayRef<BasicBlock *> AllBlocks,
704 InjectCoverage(F, BlocksToInstrument, IsLeafFunc); in instrumentFunction()
788 bool ModuleSanitizerCoverage::InjectCoverage(Function &F, in InjectCoverage() function in ModuleSanitizerCoverage