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

  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCAsmInfo.cpp 25 GPRel32Directive = "\t.gpword\t";
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.cpp 34 GPRel32Directive = "\t.gpword\t";
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 185 /// GPRel32Directive - if non-null, a directive that is used to emit a word
188 const char *GPRel32Directive; // Defaults to NULL.
370 const char *getGPRel32Directive() const { return GPRel32Directive; }
  /external/llvm/lib/MC/
MCAsmInfo.cpp 67 GPRel32Directive = 0;

Completed in 151 milliseconds