Searched refs:getByteListDirective (Results 1 – 2 of 2) sorted by relevance
704 const char *getByteListDirective() const { return ByteListDirective; } in getByteListDirective() function
1141 assert(MAI->getByteListDirective() && in emitBytes()1148 OS << MAI->getByteListDirective(); in emitBytes()1150 } else if (MAI->getByteListDirective()) { in emitBytes()1151 OS << MAI->getByteListDirective(); in emitBytes()