Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Instrumentation/
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
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()
383 bool ModuleSanitizerCoverage::instrumentModule( in instrumentModule() function in ModuleSanitizerCoverage
DAddressSanitizer.cpp768 bool instrumentModule(Module &);
856 return ASanModule.instrumentModule(M); in runOnModule()
1201 if (Sanitizer.instrumentModule(M)) in run()
2480 bool ModuleAddressSanitizer::instrumentModule(Module &M) { in instrumentModule() function in ModuleAddressSanitizer
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp190 bool instrumentModule(Module &M, DomTreeCallback DTCallback,
271 return ModuleSancov.instrumentModule(M, DTCallback, PDTCallback); in runOnModule()
298 if (ModuleSancov.instrumentModule(M, DTCallback, PDTCallback)) in run()
359 bool ModuleSanitizerCoverage::instrumentModule( in instrumentModule() function in ModuleSanitizerCoverage
DAddressSanitizer.cpp765 bool instrumentModule(Module &);
851 return ASanModule.instrumentModule(M); in runOnModule()
1199 if (Sanitizer.instrumentModule(M)) in run()
2429 bool ModuleAddressSanitizer::instrumentModule(Module &M) { in instrumentModule() function in ModuleAddressSanitizer