Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h423 const char *getTPRel32Directive() const { return TPRel32Directive; } in getTPRel32Directive() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmStreamer.cpp1002 assert(MAI->getTPRel32Directive() != nullptr); in EmitTPRel32Value()
1003 OS << MAI->getTPRel32Directive(); in EmitTPRel32Value()