reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/source/Commands/CommandObjectMultiword.cpp
   69 bool CommandObjectMultiword::LoadSubCommand(llvm::StringRef name,
  328 bool CommandObjectProxy::LoadSubCommand(

References

tools/lldb/source/API/SBCommandInterpreter.cpp
  774   if (new_command_sp && m_opaque_sp->LoadSubCommand(name, new_command_sp))
  794   if (new_command_sp && m_opaque_sp->LoadSubCommand(name, new_command_sp))
  814   if (new_command_sp && m_opaque_sp->LoadSubCommand(name, new_command_sp))
tools/lldb/source/Commands/CommandObjectMultiword.cpp
  332     return proxy_command->LoadSubCommand(cmd_name, command_sp);
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
 1382   bool result = parent_command->LoadSubCommand(command_name, command_sp);
tools/lldb/source/Target/LanguageRuntime.cpp
  291         parent->LoadSubCommand(command->GetCommandName().str().c_str(), command);
tools/lldb/source/Target/StructuredDataPlugin.cpp
   60     parent_command->LoadSubCommand(command_name, command_sp);