Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp263 ModuleSanitizerCoverage ModuleSancov(Options); in runOnModule() local
271 return ModuleSancov.instrumentModule(M, DTCallback, PDTCallback); in runOnModule()
290 ModuleSanitizerCoverage ModuleSancov(Options); in run() local
298 if (ModuleSancov.instrumentModule(M, DTCallback, PDTCallback)) in run()