Searched refs:comments_string (Results 1 – 1 of 1) sorted by relevance
59 std::string &comments_string);980 std::string &comments_string) { in PrintMCInst() argument982 llvm::raw_string_ostream comments_stream(comments_string); in PrintMCInst()993 (newline_pos = comments_string.find_first_of(g_newlines, newline_pos)) != in PrintMCInst()994 comments_string.npos; in PrintMCInst()996 comments_string.replace(comments_string.begin() + newline_pos, in PrintMCInst()997 comments_string.begin() + newline_pos + 1, 1, ' '); in PrintMCInst()