Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.h638 static const char *getEmit32Directive() { return ".long"; } in getEmit32Directive() function
DIceTargetLowering.cpp1086 Str << "\t" << getEmit32Directive() << "\t"; in emitGlobal()