Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h579 const char *getDTPRel32Directive() const { return DTPRel32Directive; } in getDTPRel32Directive() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1408 assert(MAI->getDTPRel32Directive() != nullptr); in emitDTPRel32Value()
1409 OS << MAI->getDTPRel32Directive(); in emitDTPRel32Value()