Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h545 const char *getWeakRefDirective() const { return WeakRefDirective; } in getWeakRefDirective() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1325 if (GIS.hasExternalLinkage() || !MAI->getWeakRefDirective()) in emitGlobalIndirectSymbol()
1457 if (MAI->getWeakRefDirective()) { in doFinalization()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAsmStreamer.cpp658 case MCSA_WeakReference: OS << MAI->getWeakRefDirective(); break; in EmitSymbolAttribute()