Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp265 bool instrumentModule(Module &);
296 if (Profiler.instrumentModule(M)) in run()
540 bool ModuleMemProfiler::instrumentModule(Module &M) { in instrumentModule() function in ModuleMemProfiler
H A DSanitizerCoverage.cpp219 bool instrumentModule();
302 if (!ModuleSancov.instrumentModule()) in run()
373 bool ModuleSanitizerCoverage::instrumentModule() { in instrumentModule() function in ModuleSanitizerCoverage
H A DAddressSanitizer.cpp909 bool instrumentModule(Module &);
1269 Modified |= ModuleSanitizer.instrumentModule(M); in run()
2728 bool ModuleAddressSanitizer::instrumentModule(Module &M) { in instrumentModule() function in ModuleAddressSanitizer