Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DAddressSanitizer.h117 class ModuleAddressSanitizerPass
118 : public PassInfoMixin<ModuleAddressSanitizerPass> {
120 explicit ModuleAddressSanitizerPass(bool CompileKernel = false,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassRegistry.def89 MODULE_PASS("asan-module", ModuleAddressSanitizerPass(/*CompileKernel=*/false, false, true, false))
92 MODULE_PASS("kasan-module", ModuleAddressSanitizerPass(/*CompileKernel=*/true, false, true, false))
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1187 ModuleAddressSanitizerPass::ModuleAddressSanitizerPass(bool CompileKernel, in ModuleAddressSanitizerPass() function in ModuleAddressSanitizerPass
1194 PreservedAnalyses ModuleAddressSanitizerPass::run(Module &M, in run()