Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h119 class ModuleAddressSanitizerPass
120 : public PassInfoMixin<ModuleAddressSanitizerPass> {
122 explicit ModuleAddressSanitizerPass(
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassRegistry.def115 MODULE_PASS("asan-module", ModuleAddressSanitizerPass(/*CompileKernel=*/false, false, true, false))
118 MODULE_PASS("kasan-module", ModuleAddressSanitizerPass(/*CompileKernel=*/true, false, true, false))
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DNewPMDriver.cpp345 MPM.addPass(ModuleAddressSanitizerPass()); in runPassPipeline()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1231 ModuleAddressSanitizerPass::ModuleAddressSanitizerPass( in ModuleAddressSanitizerPass() function in ModuleAddressSanitizerPass
1237 PreservedAnalyses ModuleAddressSanitizerPass::run(Module &M, in run()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp1153 MPM.addPass(ModuleAddressSanitizerPass( in addSanitizers()