Searched refs:SetHelp (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h142 SetHelp(help);
151 SetHelp(help);
181 void SetHelp(const char *description) function in class:lldb_private::BreakpointName
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointName.cpp35 SetHelp(help);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h55 void SetHelp(llvm::StringRef str) override;
H A DCommandObject.h134 virtual void SetHelp(llvm::StringRef str);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp102 SetHelp(translation_and_help.GetString());
222 void CommandAlias::SetHelp(llvm::StringRef str) { function in class:CommandAlias
223 this->CommandObject::SetHelp(str);
H A DCommandInterpreter.cpp269 sif_alias->SetHelp("Step through the current block, stopping if you step "
361 po->SetHelp("Evaluate an expression on the current thread. Displays any "
369 parray_alias->SetHelp
378 poarray_alias->SetHelp("poarray <COUNT> <EXPRESSION> -- lldb will "
H A DCommandObject.cpp85 void CommandObject::SetHelp(llvm::StringRef str) { m_cmd_help_short = str; } function in class:CommandObject
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h275 void SetHelp(const char *);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp628 alias->SetHelp(m_command_options.m_help.GetCurrentValue());
730 alias->SetHelp(m_command_options.m_help.GetCurrentValue());
1203 SetHelp(help);
1207 SetHelp(stream.GetString());
1279 SetHelp(stream.GetString());
1300 SetHelp(docstring);
H A DCommandObjectBreakpoint.cpp1691 bp_name->SetHelp(m_bp_id.m_help_string.GetStringValue().str().c_str());
H A DCommandObjectType.cpp2831 SetHelp(help.GetString());
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp747 void SBCommand::SetHelp(const char *help) { function in class:SBCommand
748 LLDB_RECORD_METHOD(void, SBCommand, SetHelp, (const char *), help);
751 m_opaque_sp->SetHelp(help);
955 LLDB_REGISTER_METHOD(void, SBCommand, SetHelp, (const char *));
H A DSBBreakpointName.cpp530 bp_name->SetHelp(help_string);

Completed in 129 milliseconds