HomeSort by: relevance | last modified time | path
    Searched refs:instrumentModule (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemProfiler.cpp 221 bool instrumentModule(Module &);
243 return MemProfiler.instrumentModule(M);
267 if (Profiler.instrumentModule(M))
511 bool ModuleMemProfiler::instrumentModule(Module &M) {
SanitizerCoverage.cpp 197 bool instrumentModule(Module &M, DomTreeCallback DTCallback,
292 return ModuleSancov.instrumentModule(M, DTCallback, PDTCallback);
323 if (ModuleSancov.instrumentModule(M, DTCallback, PDTCallback))
390 bool ModuleSanitizerCoverage::instrumentModule(
AddressSanitizer.cpp 802 bool instrumentModule(Module &);
893 return ASanModule.instrumentModule(M);
1243 if (Sanitizer.instrumentModule(M))
2585 bool ModuleAddressSanitizer::instrumentModule(Module &M) {

Completed in 30 milliseconds