Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp134 const char kAsanModuleCtorName[] = "asan.module_ctor"; variable
1861 if (F->getName() == kAsanModuleCtorName) continue; in createInitializerPoisonCalls()
2593 AsanCtorFunction = createSanitizerCtor(M, kAsanModuleCtorName); in instrumentModule()
2599 createSanitizerCtorAndInitFunctions(M, kAsanModuleCtorName, in instrumentModule()
2616 AsanCtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleCtorName)); in instrumentModule()