Searched defs:KeyTy (Results 1 – 4 of 4) sorted by relevance
79 struct KeyTy { struct80 ArrayRef<Type*> ETypes;81 bool isPacked;82 KeyTy(const ArrayRef<Type*>& E, bool P) : in KeyTy() argument84 KeyTy(const StructType *ST) in KeyTy() function122 struct KeyTy { struct123 const Type *ReturnType;124 ArrayRef<Type*> Params;125 bool isVarArg;126 KeyTy(const Type* R, const ArrayRef<Type*>& P, bool V) : in KeyTy() function[all …]
30 struct KeyTy { struct31 ArrayRef<Type *> ETypes;32 bool IsPacked;
1607 Linker::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy() function in Linker::StructTypeKeyInfo::KeyTy1610 Linker::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy() function in Linker::StructTypeKeyInfo::KeyTy
112 SmallPtrSet<KeyTy, 4> > &ReverseMap, in RemoveFromReverseMap()