Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp240 if (!m_cmd_help_long.empty() || m_did_set_help_long) in GetHelpLong()
241 return m_cmd_help_long; in GetHelpLong()
H A DCommandObject.cpp55 llvm::StringRef CommandObject::GetHelpLong() { return m_cmd_help_long; } in GetHelpLong()
91 m_cmd_help_long = std::string(str); in SetHelpLong()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h363 std::string m_cmd_help_long; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2730 if (!m_cmd_help_long.empty()) in GetHelpLong()
2731 return m_cmd_help_long; in GetHelpLong()
2740 m_cmd_help_long = std::string(stream.GetString()); in GetHelpLong()
2741 return m_cmd_help_long; in GetHelpLong()