Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h564 const char *getTPRel32Directive() const { return TPRel32Directive; } in getTPRel32Directive() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp1309 assert(MAI->getTPRel32Directive() != nullptr); in emitTPRel32Value()
1310 OS << MAI->getTPRel32Directive(); in emitTPRel32Value()