Searched refs:ModuleAddressSanitizerPass (Results 1 – 5 of 5) sorted by relevance
119 class ModuleAddressSanitizerPass120 : public PassInfoMixin<ModuleAddressSanitizerPass> {122 explicit ModuleAddressSanitizerPass(
115 MODULE_PASS("asan-module", ModuleAddressSanitizerPass(/*CompileKernel=*/false, false, true, false))118 MODULE_PASS("kasan-module", ModuleAddressSanitizerPass(/*CompileKernel=*/true, false, true, false))
345 MPM.addPass(ModuleAddressSanitizerPass()); in runPassPipeline()
1231 ModuleAddressSanitizerPass::ModuleAddressSanitizerPass( in ModuleAddressSanitizerPass() function in ModuleAddressSanitizerPass1237 PreservedAnalyses ModuleAddressSanitizerPass::run(Module &M, in run()
1153 MPM.addPass(ModuleAddressSanitizerPass( in addSanitizers()