Searched refs:m_comment (Results 1 – 3 of 3) sorted by relevance
81 return m_comment.c_str(); in GetComment()252 std::string m_comment; variable
542 if (m_comment.empty()) in AppendComment() 543 m_comment.swap(description); in AppendComment() 545 m_comment.append(", ");546 m_comment.append(description); in GetControlFlowKind() 629 m_comment.assign("unknown opcode"); in CalculateMnemonicOperandsAndComment()
673 if (!m_comment.empty()) { in Dump()677 ss.PutCString(m_comment); in Dump()