Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h554 const char *getTPRel32Directive() const { return TPRel32Directive; } in getTPRel32Directive() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp1299 assert(MAI->getTPRel32Directive() != nullptr); in emitTPRel32Value()
1300 OS << MAI->getTPRel32Directive(); in emitTPRel32Value()