Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/instrumentation/
H A DSanitizerCoverageLTO.so.cc271 class ModuleSanitizerCoverageLTOLegacyPass : public ModulePass { class
288 ModuleSanitizerCoverageLTOLegacyPass( in ModuleSanitizerCoverageLTOLegacyPass() function in __anonbc961d2c0111::ModuleSanitizerCoverageLTOLegacyPass
1788 char ModuleSanitizerCoverageLTOLegacyPass::ID = 0;
1790 INITIALIZE_PASS_BEGIN(ModuleSanitizerCoverageLTOLegacyPass, "sancov-lto",
1795 INITIALIZE_PASS_END(ModuleSanitizerCoverageLTOLegacyPass, "sancov-lto", in INITIALIZE_PASS_DEPENDENCY()
1803 auto p = new ModuleSanitizerCoverageLTOLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()