Home | History | Annotate | Download | only in Linker

Lines Matching defs:Key

623                        "': COMDAT key involves incomputable alias size.");
1143 Constant *Key = V->getAggregateElement(2);
1144 if (DoNotLinkFromSource.count(Key))
1645 unsigned Linker::StructTypeKeyInfo::getHashValue(const KeyTy &Key) {
1646 return hash_combine(hash_combine_range(Key.ETypes.begin(), Key.ETypes.end()),
1647 Key.IsPacked);
1693 Linker::StructTypeKeyInfo::KeyTy Key(ETypes, IsPacked);
1694 auto I = NonOpaqueStructTypes.find_as(Key);