Searched defs:KeyTy (Results 1 – 4 of 4) sorted by relevance
80 struct KeyTy { struct81 ArrayRef<Type*> ETypes;82 bool isPacked;83 KeyTy(const ArrayRef<Type*>& E, bool P) : in KeyTy() function85 KeyTy(const StructType *ST) in KeyTy() function123 struct KeyTy { struct124 const Type *ReturnType;125 ArrayRef<Type*> Params;126 bool isVarArg;127 KeyTy(const Type* R, const ArrayRef<Type*>& P, bool V) : in KeyTy() argument[all …]
30 struct KeyTy { struct31 ArrayRef<Type *> ETypes;32 bool IsPacked;
1619 Linker::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy() function in Linker::StructTypeKeyInfo::KeyTy1622 Linker::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy() function in Linker::StructTypeKeyInfo::KeyTy
108 SmallPtrSet<KeyTy, 4> > &ReverseMap, in RemoveFromReverseMap()