Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1252 const GlobalValue *ComdatKey = getComdatGVForCOFF(GV); in getSelectionForCOFF() local
1253 if (const auto *GA = dyn_cast<GlobalAlias>(ComdatKey)) in getSelectionForCOFF()
1254 ComdatKey = GA->getBaseObject(); in getSelectionForCOFF()
1255 if (ComdatKey == GV) { in getSelectionForCOFF()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1925 GlobalValue *ComdatKey = nullptr; member
1966 S.ComdatKey = in EmitXXStructorList()
1978 if (GlobalValue *GV = S.ComdatKey) { in EmitXXStructorList()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3896 llvm::Comdat *ComdatKey = M.getOrInsertComdat(RegFn->getName()); in createOffloadingBinaryDescriptorRegistration() local
3899 RegFn->setComdat(ComdatKey); in createOffloadingBinaryDescriptorRegistration()
3900 UnRegFn->setComdat(ComdatKey); in createOffloadingBinaryDescriptorRegistration()
3901 DeviceImages->setComdat(ComdatKey); in createOffloadingBinaryDescriptorRegistration()
3902 Desc->setComdat(ComdatKey); in createOffloadingBinaryDescriptorRegistration()
H A DCodeGenModule.cpp414 auto ComdatKey = OpenMPRegistrationFunction->hasComdat() ? in Release() local
416 AddGlobalCtor(OpenMPRegistrationFunction, 0, ComdatKey); in Release()