Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h519 const char *getWeakDirective() const { return WeakDirective; } in getWeakDirective() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h544 const char *getWeakDirective() const { return WeakDirective; } in getWeakDirective() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp539 case MCSA_Weak: OS << MAI->getWeakDirective(); break; in EmitSymbolAttribute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmStreamer.cpp630 case MCSA_Weak: OS << MAI->getWeakDirective(); break; in EmitSymbolAttribute()