Searched refs:getWeakRefDirective (Results 1 – 3 of 3) sorted by relevance
756 const char *getWeakRefDirective() const { return WeakRefDirective; } in getWeakRefDirective() function
1975 if (GA.hasExternalLinkage() || !MAI->getWeakRefDirective()) in emitGlobalAlias()2030 if (GI.hasExternalLinkage() || !MAI->getWeakRefDirective()) in emitGlobalIFunc()2206 if (MAI->getWeakRefDirective()) { in doFinalization()
765 case MCSA_WeakReference: OS << MAI->getWeakRefDirective(); break; in emitSymbolAttribute()