Searched refs:getWeakRefDirective (Results 1 – 3 of 3) sorted by relevance
472 const char *getWeakRefDirective() const { return WeakRefDirective; } in getWeakRefDirective() function
982 if (MAI->getWeakRefDirective()) { in doFinalization()1006 if (Alias.hasExternalLinkage() || !MAI->getWeakRefDirective()) in doFinalization()
454 case MCSA_WeakReference: OS << MAI->getWeakRefDirective(); break; in EmitSymbolAttribute()