Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandAlias.cpp233 if (!m_cmd_help_short.empty() || m_did_set_help) in GetHelp()
234 return m_cmd_help_short; in GetHelp()
HDCommandObject.cpp43 m_cmd_help_short(), m_cmd_help_long(), m_cmd_syntax(), m_flags(flags), in CommandObject()
46 m_cmd_help_short = help; in CommandObject()
54 llvm::StringRef CommandObject::GetHelp() { return m_cmd_help_short; } in GetHelp()
85 void CommandObject::SetHelp(llvm::StringRef str) { m_cmd_help_short = str; } in SetHelp()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandObject.h361 std::string m_cmd_help_short; variable