Home
last modified time | relevance | path

Searched refs:getWeakDirective (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h728 const char *getWeakDirective() const { return WeakDirective; } in getWeakDirective() function
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp723 case MCSA_Weak: OS << MAI->getWeakDirective(); break; in emitSymbolAttribute()
850 OS << MAI->getWeakDirective(); in emitXCOFFSymbolLinkageWithVisibility()