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

  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCAsmInfo.cpp 26 WeakDefDirective = "\t.weak\t";
  /external/llvm/lib/MC/
MCAsmInfoDarwin.cpp 40 WeakDefDirective = "\t.weak_definition ";
MCAsmInfo.cpp 78 WeakDefDirective = 0;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 278 /// WeakDefDirective - This directive, if non-null, is used to declare a
280 const char *WeakDefDirective; // Defaults to NULL.
510 const char *getWeakDefDirective() const { return WeakDefDirective; }

Completed in 1039 milliseconds