Searched refs:getByteListDirective (Results 1 – 2 of 2) sorted by relevance
719 const char *getByteListDirective() const { return ByteListDirective; } in getByteListDirective() function
1186 assert(MAI->getByteListDirective() && in emitBytes()1193 OS << MAI->getByteListDirective(); in emitBytes()1195 } else if (MAI->getByteListDirective()) { in emitBytes()1196 OS << MAI->getByteListDirective(); in emitBytes()