Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp221 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
H A DSanitizerCoverage.cpp197 bool instrumentModule(Module &M, DomTreeCallback DTCallback,
292 return ModuleSancov.instrumentModule(M, DTCallback, PDTCallback); in runOnModule()
323 if (ModuleSancov.instrumentModule(M, DTCallback, PDTCallback)) in run()
391 bool ModuleSanitizerCoverage::instrumentModule( in instrumentModule() function in ModuleSanitizerCoverage
H A DAddressSanitizer.cpp812 bool instrumentModule(Module &);
903 return ASanModule.instrumentModule(M); in runOnModule()
1252 if (Sanitizer.instrumentModule(M)) in run()
2577 bool ModuleAddressSanitizer::instrumentModule(Module &M) { in instrumentModule() function in ModuleAddressSanitizer