Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h438 const char *getTPRel32Directive() const { return TPRel32Directive; } in getTPRel32Directive() function
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h470 const char *getTPRel32Directive() const { return TPRel32Directive; } in getTPRel32Directive() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp1078 assert(MAI->getTPRel32Directive() != nullptr); in EmitTPRel32Value()
1079 OS << MAI->getTPRel32Directive(); in EmitTPRel32Value()
/external/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp1225 assert(MAI->getTPRel32Directive() != nullptr); in emitTPRel32Value()
1226 OS << MAI->getTPRel32Directive(); in emitTPRel32Value()