Searched refs:comments_string (Results 1 – 1 of 1) sorted by relevance
65 std::string &inst_string, std::string &comments_string);1367 std::string &comments_string) { in PrintMCInst() argument1369 llvm::raw_string_ostream comments_stream(comments_string); in PrintMCInst()1380 (newline_pos = comments_string.find_first_of(g_newlines, newline_pos)) != in PrintMCInst()1381 comments_string.npos; in PrintMCInst()1383 comments_string.replace(comments_string.begin() + newline_pos, in PrintMCInst()1384 comments_string.begin() + newline_pos + 1, 1, ' '); in PrintMCInst()