Home
last modified time | relevance | path

Searched refs:getTPRel64Directive (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h437 const char *getTPRel64Directive() const { return TPRel64Directive; } in getTPRel64Directive() function
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h469 const char *getTPRel64Directive() const { return TPRel64Directive; } in getTPRel64Directive() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp1071 assert(MAI->getTPRel64Directive() != nullptr); in EmitTPRel64Value()
1072 OS << MAI->getTPRel64Directive(); in EmitTPRel64Value()
/external/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp1218 assert(MAI->getTPRel64Directive() != nullptr); in emitTPRel64Value()
1219 OS << MAI->getTPRel64Directive(); in emitTPRel64Value()