Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAsmInfo.h573 const char *getTPRel64Directive() const { return TPRel64Directive; } in getTPRel64Directive() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCAsmStreamer.cpp1430 assert(MAI->getTPRel64Directive() != nullptr); in emitTPRel64Value()
1431 OS << MAI->getTPRel64Directive(); in emitTPRel64Value()