Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfInstrumentation.cpp229 bool instrumentModule(Module &);
258 if (Profiler.instrumentModule(M)) in run()
523 bool ModuleMemProfiler::instrumentModule(Module &M) { in instrumentModule() function in ModuleMemProfiler
H A DSanitizerCoverage.cpp244 bool instrumentModule();
333 if (!ModuleSancov.instrumentModule()) in run()
404 bool ModuleSanitizerCoverage::instrumentModule() { in instrumentModule() function in ModuleSanitizerCoverage
H A DAddressSanitizer.cpp959 bool instrumentModule();
1336 Modified |= ModuleSanitizer.instrumentModule(); in run()
2786 bool ModuleAddressSanitizer::instrumentModule() { in instrumentModule() function in ModuleAddressSanitizer