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

  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCAsmInfo.cpp 25 GPRel32Directive = "\t.gpword\t";
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.cpp 39 GPRel32Directive = "\t.gpword\t";
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCAsmInfo.cpp 47 GPRel32Directive = 0;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 193 /// GPRel32Directive - if non-null, a directive that is used to emit a word
196 const char *GPRel32Directive; // Defaults to NULL.
384 const char *getGPRel32Directive() const { return GPRel32Directive; }
  /external/llvm/lib/MC/
MCAsmInfo.cpp 70 GPRel32Directive = 0;

Completed in 53 milliseconds