Lines Matching refs:Profile
76 void Profile(FoldingSetNodeID &ID) const { in Profile() function
78 Profile(ID, getKindAsEnum(), static_cast<uint64_t>(0)); in Profile()
80 Profile(ID, getKindAsEnum(), getValueAsInt()); in Profile()
82 Profile(ID, getKindAsString(), getValueAsString()); in Profile()
84 Profile(ID, getKindAsEnum(), getValueAsType()); in Profile()
87 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function
93 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() function
98 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function
266 void Profile(FoldingSetNodeID &ID) const { in Profile() function
267 Profile(ID, makeArrayRef(begin(), end())); in Profile()
270 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { in Profile() function
272 Attr.Profile(ID); in Profile()
320 void Profile(FoldingSetNodeID &ID) const;
321 static void Profile(FoldingSetNodeID &ID, ArrayRef<AttributeSet> Nodes);