Searched refs:kAsanModuleCtorName (Results 1 – 1 of 1) sorted by relevance
131 const char kAsanModuleCtorName[] = "asan.module_ctor"; variable2051 if (F->getName() == kAsanModuleCtorName) continue; in createInitializerPoisonCalls()2798 AsanCtorFunction = createSanitizerCtor(M, kAsanModuleCtorName); in instrumentModule()2805 M, kAsanModuleCtorName, kAsanInitName, /*InitArgTypes=*/{}, in instrumentModule()2829 AsanCtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleCtorName)); in instrumentModule()