Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h433 const char *getGPRel64Directive() const { return GPRel64Directive; } in getGPRel64Directive() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp1085 assert(MAI->getGPRel64Directive() != nullptr); in EmitGPRel64Value()
1086 OS << MAI->getGPRel64Directive(); in EmitGPRel64Value()