HomeSort by relevance Sort by last modified time
    Searched refs:getWeakRefDirective (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 509 const char *getWeakRefDirective() const { return WeakRefDirective; }
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 459 case MCSA_WeakReference: OS << MAI.getWeakRefDirective(); break;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 899 if (MAI->getWeakRefDirective()) {
927 if (I->hasExternalLinkage() || !MAI->getWeakRefDirective())
    [all...]

Completed in 42 milliseconds