Lines Matching full:commentprefix
445 SmallString<8> CommentPrefix;447 CommentPrefix += '\t';448 CommentPrefix += Asm->MAI->getCommentString();449 CommentPrefix += ' ';460 SP.setPrefix(CommentPrefix);471 CommentOS.str().drop_front(CommentPrefix.size() - 1).rtrim());