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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.cpp 35 GPRel64Directive = "\t.gpdword\t";
  /external/llvm/lib/MC/
MCAsmInfo.cpp 71 GPRel64Directive = 0;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 187 /// GPRel64Directive - if non-null, a directive that is used to emit a word
190 const char *GPRel64Directive; // Defaults to NULL.
388 const char *getGPRel64Directive() const { return GPRel64Directive; }

Completed in 34 milliseconds