Searched refs:GPRel32Directive (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeMCAsmInfo.cpp25 GPRel32Directive = "\t.gpword\t";
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCAsmInfo.cpp34 GPRel32Directive = "\t.gpword\t";
/external/llvm/lib/MC/
H A DMCAsmInfo.cpp67 GPRel32Directive = 0;
/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h185 /// GPRel32Directive - if non-null, a directive that is used to emit a word
188 const char *GPRel32Directive; // Defaults to NULL. member in class:llvm::MCAsmInfo
370 const char *getGPRel32Directive() const { return GPRel32Directive; }

Completed in 92 milliseconds