Searched defs:ReallocPair (Results 1 – 1 of 1) sorted by relevance
261 struct ReallocPair { struct264 SymbolRef ReallocatedSym;265 OwnershipAfterReallocKind Kind;267 ReallocPair(SymbolRef S, OwnershipAfterReallocKind K) in ReallocPair() argument269 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile()273 bool operator==(const ReallocPair &X) const { in operator ==()