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 40 GPRel64Directive = "\t.gpdword\t";
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 193 /// GPRel64Directive - if non-null, a directive that is used to emit a word
196 const char *GPRel64Directive; // Defaults to NULL.
380 const char *getGPRel64Directive() const { return GPRel64Directive; }
  /external/llvm/lib/MC/
MCAsmInfo.cpp 70 GPRel64Directive = 0;

Completed in 93 milliseconds