Searched refs:ModuleAddressSanitizerPass (Results 1 – 3 of 3) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/ |
| D | AddressSanitizer.h | 117 class ModuleAddressSanitizerPass 118 : public PassInfoMixin<ModuleAddressSanitizerPass> { 120 explicit ModuleAddressSanitizerPass(bool CompileKernel = false,
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
| D | PassRegistry.def | 89 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/ |
| D | AddressSanitizer.cpp | 1187 ModuleAddressSanitizerPass::ModuleAddressSanitizerPass(bool CompileKernel, in ModuleAddressSanitizerPass() function in ModuleAddressSanitizerPass 1194 PreservedAnalyses ModuleAddressSanitizerPass::run(Module &M, in run()
|