Searched refs:Associated (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerGlobalDtors.cpp100 Constant *Associated = CS->getOperand(2); local
101 Associated = cast<Constant>(Associated->stripPointerCasts());
104 if (AtThisPriority.empty() || AtThisPriority.back().first != Associated) {
107 AtThisPriority.push_back(std::make_pair(Associated, NewList));
148 Constant *Associated = AssociatedAndMore.first; local
158 (!Associated->isNullValue() ? (Twine(".") + Associated->getName())
176 (!Associated->isNullValue() ? (Twine(".") + Associated
[all...]

Completed in 121 milliseconds