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 528 const char *getWeakRefDirective() const { return WeakRefDirective; }
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 886 if (MAI->getWeakRefDirective()) {
914 if (I->hasExternalLinkage() || !MAI->getWeakRefDirective())
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 496 case MCSA_WeakReference: OS << MAI.getWeakRefDirective(); break;
    [all...]

Completed in 36 milliseconds