Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp826 class ModuleAddressSanitizerLegacyPass : public ModulePass { class
830 explicit ModuleAddressSanitizerLegacyPass(bool CompileKernel = false, in ModuleAddressSanitizerLegacyPass() function in __anon1ca702b90211::ModuleAddressSanitizerLegacyPass
1229 char ModuleAddressSanitizerLegacyPass::ID = 0;
1232 ModuleAddressSanitizerLegacyPass, "asan-module",
1240 return new ModuleAddressSanitizerLegacyPass(CompileKernel, Recover, in createModuleAddressSanitizerLegacyPassPass()