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.cpp542 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()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp673 if (!m_comment.empty()) { in Dump()
677 ss.PutCString(m_comment); in Dump()