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/include/llvm/MC/
MCAsmInfo.h 180 /// GPRel64Directive - if non-null, a directive that is used to emit a word
183 const char *GPRel64Directive; // Defaults to NULL.
369 const char *getGPRel64Directive() const { return GPRel64Directive; }
  /external/llvm/lib/MC/
MCAsmInfo.cpp 66 GPRel64Directive = 0;

Completed in 39 milliseconds