Searched refs:ComdatKey (Results 1 – 4 of 4) sorted by relevance
1252 const GlobalValue *ComdatKey = getComdatGVForCOFF(GV); in getSelectionForCOFF() local1253 if (const auto *GA = dyn_cast<GlobalAlias>(ComdatKey)) in getSelectionForCOFF()1254 ComdatKey = GA->getBaseObject(); in getSelectionForCOFF()1255 if (ComdatKey == GV) { in getSelectionForCOFF()
1925 GlobalValue *ComdatKey = nullptr; member1966 S.ComdatKey = in EmitXXStructorList()1978 if (GlobalValue *GV = S.ComdatKey) { in EmitXXStructorList()
3896 llvm::Comdat *ComdatKey = M.getOrInsertComdat(RegFn->getName()); in createOffloadingBinaryDescriptorRegistration() local3899 RegFn->setComdat(ComdatKey); in createOffloadingBinaryDescriptorRegistration()3900 UnRegFn->setComdat(ComdatKey); in createOffloadingBinaryDescriptorRegistration()3901 DeviceImages->setComdat(ComdatKey); in createOffloadingBinaryDescriptorRegistration()3902 Desc->setComdat(ComdatKey); in createOffloadingBinaryDescriptorRegistration()
414 auto ComdatKey = OpenMPRegistrationFunction->hasComdat() ? in Release() local416 AddGlobalCtor(OpenMPRegistrationFunction, 0, ComdatKey); in Release()