Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:Personalities

1032     // Add the (possibly multiple) personalities to the set of global values.
1033 // Only referenced functions get into the Personalities list.
1034 const std::vector<const Function*> &Personalities = MMI->getPersonalities();
1035 for (std::vector<const Function*>::const_iterator I = Personalities.begin(),
1036 E = Personalities.end(); I != E; ++I) {