Searched refs:DTCallback (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 218 bool instrumentModule(Module &M, DomTreeCallback DTCallback, 223 void instrumentFunction(Function &F, DomTreeCallback DTCallback, 291 auto DTCallback = [&FAM](Function &F) -> const DominatorTree * { in run() local 297 if (!ModuleSancov.instrumentModule(M, DTCallback, PDTCallback)) in run() 369 Module &M, DomTreeCallback DTCallback, PostDomTreeCallback PDTCallback) { in instrumentModule() argument 482 instrumentFunction(F, DTCallback, PDTCallback); in instrumentModule() 603 Function &F, DomTreeCallback DTCallback, PostDomTreeCallback PDTCallback) { in instrumentFunction() argument 643 const DominatorTree *DT = DTCallback(F); in instrumentFunction()
|