Home
last modified time | relevance | path

Searched refs:GPRel32Directive (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCAsmInfo.cpp39 GPRel32Directive = "\t.gpword\t"; in MipsMCAsmInfo()
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCAsmInfo.cpp42 GPRel32Directive = "\t.gpword\t"; in MipsMCAsmInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCAsmInfo.cpp42 GPRel32Directive = "\t.gpword\t"; in MipsMCAsmInfo()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h207 const char *GPRel32Directive; variable
407 const char *getGPRel32Directive() const { return GPRel32Directive; } in getGPRel32Directive()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h207 const char *GPRel32Directive = nullptr; variable
434 const char *getGPRel32Directive() const { return GPRel32Directive; } in getGPRel32Directive()
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h245 const char *GPRel32Directive = nullptr; variable
466 const char *getGPRel32Directive() const { return GPRel32Directive; } in getGPRel32Directive()
/external/llvm/lib/MC/
DMCAsmInfo.cpp67 GPRel32Directive = nullptr; in MCAsmInfo()