Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h436 const char *getDTPRel32Directive() const { return DTPRel32Directive; } in getDTPRel32Directive() function
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h468 const char *getDTPRel32Directive() const { return DTPRel32Directive; } in getDTPRel32Directive() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp1064 assert(MAI->getDTPRel32Directive() != nullptr); in EmitDTPRel32Value()
1065 OS << MAI->getDTPRel32Directive(); in EmitDTPRel32Value()
/external/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp1211 assert(MAI->getDTPRel32Directive() != nullptr); in emitDTPRel32Value()
1212 OS << MAI->getDTPRel32Directive(); in emitDTPRel32Value()