Home
last modified time | relevance | path

Searched refs:getWeakRefDirective (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h762 const char *getWeakRefDirective() const { return WeakRefDirective; } in getWeakRefDirective() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2122 if (GA.hasExternalLinkage() || !MAI->getWeakRefDirective()) in emitGlobalAlias()
2176 if (GI.hasExternalLinkage() || !MAI->getWeakRefDirective()) in emitGlobalIFunc()
2435 if (MAI->getWeakRefDirective()) { in doFinalization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp765 case MCSA_WeakReference: OS << MAI->getWeakRefDirective(); break; in emitSymbolAttribute()