Searched refs:GDM (Results 1 – 4 of 4) sorted by relevance
50 GDM(gdm), in ProgramState()60 GDM(RHS.GDM), in ProgramState()377 NewState.GDM = GDMState->GDM; in getPersistentStateWithGDM()467 return GDM.lookup(K); in FindGDM()492 NewSt.GDM = M2; in addGDM()504 NewState.GDM = NewM; in removeGDM()
127 if (state->store != pred_state->store || state->GDM != pred_state->GDM || in shouldCollect()
89 GenericDataMap GDM; // Custom data stored by a client of this class. variable127 GenericDataMap getGDM() const { return GDM; } in getGDM()129 void setGDM(GenericDataMap gdm) { GDM = gdm; } in setGDM()137 V->GDM.Profile(ID); in Profile()
384 there is no inherent issue with persisting them (say, in a ProgramState's GDM),