Home
last modified time | relevance | path

Searched refs:m_cmd_help_long (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp245 if (!m_cmd_help_long.empty() || m_did_set_help_long) in GetHelpLong()
246 return m_cmd_help_long; in GetHelpLong()
H A DCommandObject.cpp57 llvm::StringRef CommandObject::GetHelpLong() { return m_cmd_help_long; } in GetHelpLong()
93 m_cmd_help_long = std::string(str); in SetHelpLong()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h376 std::string m_cmd_help_long; variable
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2706 if (!m_cmd_help_long.empty()) in GetHelpLong()
2707 return m_cmd_help_long; in GetHelpLong()
2716 m_cmd_help_long = std::string(stream.GetString()); in GetHelpLong()
2717 return m_cmd_help_long; in GetHelpLong()