Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h553 const char *getTPRel64Directive() const { return TPRel64Directive; } in getTPRel64Directive() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp1292 assert(MAI->getTPRel64Directive() != nullptr); in emitTPRel64Value()
1293 OS << MAI->getTPRel64Directive(); in emitTPRel64Value()