Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DCommandAlias.cpp233 if (!m_cmd_help_short.empty() || m_did_set_help) in GetHelp()
234 return m_cmd_help_short; in GetHelp()
DCommandObject.cpp45 m_cmd_help_short(), m_cmd_help_long(), m_cmd_syntax(), m_flags(flags), in CommandObject()
48 m_cmd_help_short = std::string(help); in CommandObject()
56 llvm::StringRef CommandObject::GetHelp() { return m_cmd_help_short; } in GetHelp()
90 m_cmd_help_short = std::string(str); in SetHelp()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObject.h362 std::string m_cmd_help_short; variable