Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp227 bool instrumentModule(Module &);
249 return MemProfiler.instrumentModule(M); in runOnModule()
271 if (Profiler.instrumentModule(M)) in run()
529 bool ModuleMemProfiler::instrumentModule(Module &M) { in instrumentModule() function in ModuleMemProfiler
H A DSanitizerCoverage.cpp211 bool instrumentModule(Module &M, DomTreeCallback DTCallback,
294 if (ModuleSancov.instrumentModule(M, DTCallback, PDTCallback)) in run()
362 bool ModuleSanitizerCoverage::instrumentModule( in instrumentModule() function in ModuleSanitizerCoverage
H A DAddressSanitizer.cpp798 bool instrumentModule(Module &);
1145 Modified |= ModuleSanitizer.instrumentModule(M); in run()
2423 bool ModuleAddressSanitizer::instrumentModule(Module &M) { in instrumentModule() function in ModuleAddressSanitizer