Searched defs:ReallocPair (Results 1 – 1 of 1) sorted by relevance
251 struct ReallocPair { struct254 SymbolRef ReallocatedSym;255 OwnershipAfterReallocKind Kind;257 ReallocPair(SymbolRef S, OwnershipAfterReallocKind K) in ReallocPair() function259 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile()263 bool operator==(const ReallocPair &X) const { in operator ==()