Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h520 const char *getWeakRefDirective() const { return WeakRefDirective; } in getWeakRefDirective() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h573 const char *getWeakRefDirective() const { return WeakRefDirective; } in getWeakRefDirective() function
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h618 const char *getWeakRefDirective() const { return WeakRefDirective; } in getWeakRefDirective() function
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1067 if (GIS.hasExternalLinkage() || !MAI->getWeakRefDirective()) in emitGlobalIndirectSymbol()
1176 if (MAI->getWeakRefDirective()) { in doFinalization()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1337 if (GIS.hasExternalLinkage() || !MAI->getWeakRefDirective()) in emitGlobalIndirectSymbol()
1511 if (MAI->getWeakRefDirective()) { in doFinalization()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp544 case MCSA_WeakReference: OS << MAI->getWeakRefDirective(); break; in EmitSymbolAttribute()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1511 if (GIS.hasExternalLinkage() || !MAI->getWeakRefDirective()) in emitGlobalIndirectSymbol()
1701 if (MAI->getWeakRefDirective()) { in doFinalization()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp680 case MCSA_WeakReference: OS << MAI->getWeakRefDirective(); break; in EmitSymbolAttribute()
/external/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp699 case MCSA_WeakReference: OS << MAI->getWeakRefDirective(); break; in emitSymbolAttribute()