Searched refs:getByteListDirective (Results 1 – 2 of 2) sorted by relevance
712 const char *getByteListDirective() const { return ByteListDirective; } in getByteListDirective() function
1269 assert(MAI->getByteListDirective() && in emitBytes()1276 OS << MAI->getByteListDirective(); in emitBytes()1278 } else if (MAI->getByteListDirective()) { in emitBytes()1279 OS << MAI->getByteListDirective(); in emitBytes()