Searched refs:instrumentModule (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | MemProfiler.cpp | 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
|
D | SanitizerCoverage.cpp | 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() 383 bool ModuleSanitizerCoverage::instrumentModule( in instrumentModule() function in ModuleSanitizerCoverage
|
D | AddressSanitizer.cpp | 768 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/ |
D | SanitizerCoverage.cpp | 190 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
|
D | AddressSanitizer.cpp | 765 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
|