Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp228 bool instrumentModule(Module &);
254 if (Profiler.instrumentModule(M)) in run()
486 bool ModuleMemProfiler::instrumentModule(Module &M) { in instrumentModule() function in ModuleMemProfiler
H A DSanitizerCoverage.cpp218 bool instrumentModule(Module &M, DomTreeCallback DTCallback,
297 if (!ModuleSancov.instrumentModule(M, DTCallback, PDTCallback)) in run()
368 bool ModuleSanitizerCoverage::instrumentModule( in instrumentModule() function in ModuleSanitizerCoverage
H A DAddressSanitizer.cpp837 bool instrumentModule(Module &);
1192 Modified |= ModuleSanitizer.instrumentModule(M); in run()
2636 bool ModuleAddressSanitizer::instrumentModule(Module &M) { in instrumentModule() function in ModuleAddressSanitizer