Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp211 bool instrumentModule(Module &);
237 if (Profiler.instrumentModule(M)) in run()
471 bool ModuleMemProfiler::instrumentModule(Module &M) { in instrumentModule() function in ModuleMemProfiler
H A DSanitizerCoverage.cpp220 bool instrumentModule(Module &M, DomTreeCallback DTCallback,
305 if (!ModuleSancov.instrumentModule(M, DTCallback, PDTCallback)) in run()
379 bool ModuleSanitizerCoverage::instrumentModule( in instrumentModule() function in ModuleSanitizerCoverage
H A DAddressSanitizer.cpp816 bool instrumentModule(Module &);
1167 Modified |= ModuleSanitizer.instrumentModule(M); in run()
2457 bool ModuleAddressSanitizer::instrumentModule(Module &M) { in instrumentModule() function in ModuleAddressSanitizer