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 39 WeakDefDirective = "\t.weak_definition ";
MCAsmInfo.cpp 83 WeakDefDirective = 0;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 285 /// WeakDefDirective - This directive, if non-null, is used to declare a
287 const char *WeakDefDirective; // Defaults to NULL.
534 const char *getWeakDefDirective() const { return WeakDefDirective; }

Completed in 149 milliseconds