Searched defs:ReallocPair (Results 1 – 1 of 1) sorted by relevance
294 struct ReallocPair { struct297 SymbolRef ReallocatedSym;298 OwnershipAfterReallocKind Kind;300 ReallocPair(SymbolRef S, OwnershipAfterReallocKind K) in ReallocPair() argument302 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile()306 bool operator==(const ReallocPair &X) const { in operator ==()