Home
last modified time | relevance | path

Searched refs:getGPRel64Directive (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAsmInfo.h406 const char *getGPRel64Directive() const { return GPRel64Directive; } in getGPRel64Directive() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h433 const char *getGPRel64Directive() const { return GPRel64Directive; } in getGPRel64Directive() function
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h465 const char *getGPRel64Directive() const { return GPRel64Directive; } in getGPRel64Directive() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp859 assert(MAI->getGPRel64Directive() != nullptr); in EmitGPRel64Value()
860 OS << MAI->getGPRel64Directive(); in EmitGPRel64Value()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp1085 assert(MAI->getGPRel64Directive() != nullptr); in EmitGPRel64Value()
1086 OS << MAI->getGPRel64Directive(); in EmitGPRel64Value()
/external/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp1232 assert(MAI->getGPRel64Directive() != nullptr); in emitGPRel64Value()
1233 OS << MAI->getGPRel64Directive(); in emitGPRel64Value()