Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
390 bool ModuleSanitizerCoverage::instrumentModule( in instrumentModule() function in ModuleSanitizerCoverage
H A DAddressSanitizer.cpp802 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