Searched refs:kAsanModuleCtorName (Results 1 – 1 of 1) sorted by relevance
131 const char kAsanModuleCtorName[] = "asan.module_ctor"; variable1988 if (F->getName() == kAsanModuleCtorName) continue; in createInitializerPoisonCalls()2737 AsanCtorFunction = createSanitizerCtor(M, kAsanModuleCtorName); in instrumentModule()2743 createSanitizerCtorAndInitFunctions(M, kAsanModuleCtorName, in instrumentModule()2768 AsanCtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleCtorName)); in instrumentModule()