Searched refs:instrumentModule (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp207 bool instrumentModule(Module &M, DomTreeCallback DTCallback,
302 return ModuleSancov.instrumentModule(M, DTCallback, PDTCallback);
333 if (ModuleSancov.instrumentModule(M, DTCallback, PDTCallback))
394 bool ModuleSanitizerCoverage::instrumentModule( function in class:ModuleSanitizerCoverage
H A DAddressSanitizer.cpp772 bool instrumentModule(Module &);
860 return ASanModule.instrumentModule(M);
1202 if (Sanitizer.instrumentModule(M))
2491 bool ModuleAddressSanitizer::instrumentModule(Module &M) { function in class:ModuleAddressSanitizer

Completed in 96 milliseconds