Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp197 bool instrumentModule(Module &M, DomTreeCallback DTCallback,
201 void instrumentFunction(Function &F, DomTreeCallback DTCallback,
285 auto DTCallback = [this](Function &F) -> const DominatorTree * { in runOnModule() local
292 return ModuleSancov.instrumentModule(M, DTCallback, PDTCallback); in runOnModule()
317 auto DTCallback = [&FAM](Function &F) -> const DominatorTree * { in run() local
323 if (ModuleSancov.instrumentModule(M, DTCallback, PDTCallback)) in run()
391 Module &M, DomTreeCallback DTCallback, PostDomTreeCallback PDTCallback) { in instrumentModule() argument
485 instrumentFunction(F, DTCallback, PDTCallback); in instrumentModule()
597 Function &F, DomTreeCallback DTCallback, PostDomTreeCallback PDTCallback) { in instrumentFunction() argument
633 const DominatorTree *DT = DTCallback(F); in instrumentFunction()