Searched refs:ModuleSancov (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 263 ModuleSanitizerCoverage ModuleSancov(Options); in runOnModule() local 271 return ModuleSancov.instrumentModule(M, DTCallback, PDTCallback); in runOnModule() 290 ModuleSanitizerCoverage ModuleSancov(Options); in run() local 298 if (ModuleSancov.instrumentModule(M, DTCallback, PDTCallback)) in run()
|
/aosp_15_r20/external/AFLplusplus/instrumentation/ |
H A D | SanitizerCoverageLTO.so.cc | 299 ModuleSanitizerCoverageLTO ModuleSancov(Options); in runOnModule() local 313 return ModuleSancov.instrumentModule(M, DTCallback, PDTCallback); in runOnModule() 352 ModuleSanitizerCoverageLTO ModuleSancov(Options); in run() local 366 if (ModuleSancov.instrumentModule(M, DTCallback, PDTCallback)) in run()
|
H A D | SanitizerCoveragePCGUARD.so.cc | 235 ModuleSanitizerCoverageAFL ModuleSancov(Options); in run() local 249 if (ModuleSancov.instrumentModule(M, DTCallback, PDTCallback)) in run()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 296 ModuleSanitizerCoverage ModuleSancov(Options, Allowlist.get(), in run() local 305 if (!ModuleSancov.instrumentModule(M, DTCallback, PDTCallback)) in run()
|