Searched refs:comments_string (Results 1 – 1 of 1) sorted by relevance
62 std::string &comments_string);1331 std::string &comments_string) { in PrintMCInst() argument1333 llvm::raw_string_ostream comments_stream(comments_string); in PrintMCInst()1344 (newline_pos = comments_string.find_first_of(g_newlines, newline_pos)) != in PrintMCInst()1345 comments_string.npos; in PrintMCInst()1347 comments_string.replace(comments_string.begin() + newline_pos, in PrintMCInst()1348 comments_string.begin() + newline_pos + 1, 1, ' '); in PrintMCInst()