Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h577 const char *getTPRel64Directive() const { return TPRel64Directive; } in getTPRel64Directive() function
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp1347 assert(MAI->getTPRel64Directive() != nullptr); in emitTPRel64Value()
1348 OS << MAI->getTPRel64Directive(); in emitTPRel64Value()