Searched refs:ModuleAddressSanitizerPass (Results 1 – 5 of 5) sorted by relevance
122 class ModuleAddressSanitizerPass123 : public PassInfoMixin<ModuleAddressSanitizerPass> {125 explicit ModuleAddressSanitizerPass(
116 MODULE_PASS("asan-module", ModuleAddressSanitizerPass(/*CompileKernel=*/false, false, true, false))119 MODULE_PASS("kasan-module", ModuleAddressSanitizerPass(/*CompileKernel=*/true, false, true, false))
347 MPM.addPass(ModuleAddressSanitizerPass()); in runPassPipeline()
1240 ModuleAddressSanitizerPass::ModuleAddressSanitizerPass( in ModuleAddressSanitizerPass() function in ModuleAddressSanitizerPass1246 PreservedAnalyses ModuleAddressSanitizerPass::run(Module &M, in run()
1159 MPM.addPass(ModuleAddressSanitizerPass( in addSanitizers()