Lines Matching defs:Associated
115 Constant *Associated = CS->getOperand(2);
116 Associated = cast<Constant>(Associated->stripPointerCasts());
119 if (AtThisPriority.empty() || AtThisPriority.back().first != Associated) {
122 AtThisPriority.push_back(std::make_pair(Associated, NewList));
173 Constant *Associated = AssociatedAndMore.first;
183 (!Associated->isNullValue() ? (Twine(".") + Associated->getName())
201 (!Associated->isNullValue() ? (Twine(".") + Associated->getName())
225 appendToGlobalCtors(M, RegisterCallDtors, Priority, Associated);