Home
last modified time | relevance | path

Searched refs:m_comment (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h81 return m_comment.c_str(); in GetComment()
252 std::string m_comment; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp551 if (m_comment.empty()) in AppendComment()
552 m_comment.swap(description); in AppendComment()
554 m_comment.append(", "); in AppendComment()
555 m_comment.append(description); in AppendComment()
636 m_comment.assign("unknown opcode"); in CalculateMnemonicOperandsAndComment()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp707 if (!m_comment.empty()) { in Dump()
711 ss.PutCString(m_comment); in Dump()