Searched defs:AllocationFamily (Results 1 – 1 of 1) sorted by relevance
115 struct AllocationFamily { struct116 AllocationFamilyKind Kind;117 std::optional<StringRef> CustomName;119 explicit AllocationFamily(AllocationFamilyKind AKind, in AllocationFamily() function132 bool operator==(const AllocationFamily &Other) const { in operator ==()136 bool operator!=(const AllocationFamily &Other) const { in operator !=()140 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile()