Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCAsmInfo.cpp40 GPRel64Directive = "\t.gpdword\t"; in MipsMCAsmInfo()
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCAsmInfo.cpp43 GPRel64Directive = "\t.gpdword\t"; in MipsMCAsmInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCAsmInfo.cpp43 GPRel64Directive = "\t.gpdword\t"; in MipsMCAsmInfo()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h202 const char *GPRel64Directive; variable
406 const char *getGPRel64Directive() const { return GPRel64Directive; } in getGPRel64Directive()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h202 const char *GPRel64Directive = nullptr; variable
433 const char *getGPRel64Directive() const { return GPRel64Directive; } in getGPRel64Directive()
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h240 const char *GPRel64Directive = nullptr; variable
465 const char *getGPRel64Directive() const { return GPRel64Directive; } in getGPRel64Directive()
/external/llvm/lib/MC/
DMCAsmInfo.cpp66 GPRel64Directive = nullptr; in MCAsmInfo()