Searched refs:kAsanModuleCtorName (Results 1 – 1 of 1) sorted by relevance
130 const char kAsanModuleCtorName[] = "asan.module_ctor"; variable1729 if (F->getName() == kAsanModuleCtorName) continue; in createInitializerPoisonCalls()2466 AsanCtorFunction = createSanitizerCtor(M, kAsanModuleCtorName); in instrumentModule()2472 createSanitizerCtorAndInitFunctions(M, kAsanModuleCtorName, in instrumentModule()2497 AsanCtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleCtorName)); in instrumentModule()