Searched refs:getByteListDirective (Results 1 – 2 of 2) sorted by relevance
725 const char *getByteListDirective() const { return ByteListDirective; } in getByteListDirective() function
1254 assert(MAI->getByteListDirective() && in emitBytes()1261 OS << MAI->getByteListDirective(); in emitBytes()1263 } else if (MAI->getByteListDirective()) { in emitBytes()1264 OS << MAI->getByteListDirective(); in emitBytes()