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/lib/MC/
MCAsmInfo.cpp 72 GPRel32Directive = 0;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 192 /// GPRel32Directive - if non-null, a directive that is used to emit a word
195 const char *GPRel32Directive; // Defaults to NULL.
389 const char *getGPRel32Directive() const { return GPRel32Directive; }

Completed in 5460 milliseconds