Searched refs:instrumentModule (Results 1 – 3 of 3) sorted by relevance
221 bool instrumentModule(Module &);243 return MemProfiler.instrumentModule(M); in runOnModule()267 if (Profiler.instrumentModule(M)) in run()511 bool ModuleMemProfiler::instrumentModule(Module &M) { in instrumentModule() function in ModuleMemProfiler
197 bool instrumentModule(Module &M, DomTreeCallback DTCallback,292 return ModuleSancov.instrumentModule(M, DTCallback, PDTCallback); in runOnModule()323 if (ModuleSancov.instrumentModule(M, DTCallback, PDTCallback)) in run()390 bool ModuleSanitizerCoverage::instrumentModule( in instrumentModule() function in ModuleSanitizerCoverage
802 bool instrumentModule(Module &);893 return ASanModule.instrumentModule(M); in runOnModule()1243 if (Sanitizer.instrumentModule(M)) in run()2585 bool ModuleAddressSanitizer::instrumentModule(Module &M) { in instrumentModule() function in ModuleAddressSanitizer