Searched refs:SBCommandPluginInterface (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/include/lldb/API/ |
| D | SBCommandInterpreter.h | 89 lldb::SBCommandPluginInterface *impl, 116 lldb::SBCommandPluginInterface *impl, 146 lldb::SBCommandPluginInterface *impl, 283 class SBCommandPluginInterface { 285 virtual ~SBCommandPluginInterface() = default; 337 lldb::SBCommandPluginInterface *impl, 364 lldb::SBCommandPluginInterface *impl, 398 lldb::SBCommandPluginInterface *impl,
|
| D | SBDefines.h | 44 class LLDB_API SBCommandPluginInterface; variable
|
| /openbsd/src/gnu/llvm/lldb/source/API/ |
| D | SBCommandInterpreter.cpp | 40 lldb::SBCommandPluginInterface *backend, in CommandPluginInterfaceImplementation() 80 std::shared_ptr<lldb::SBCommandPluginInterface> m_backend; 554 const char *name, lldb::SBCommandPluginInterface *impl, const char *help) { in AddCommand() 563 lldb::SBCommandPluginInterface *impl, in AddCommand() 570 const char *name, lldb::SBCommandPluginInterface *impl, const char *help, in AddCommand() 651 lldb::SBCommandPluginInterface *impl, in AddCommand() 659 lldb::SBCommandPluginInterface *impl, in AddCommand() 666 lldb::SBCommandPluginInterface *impl, in AddCommand()
|
| /openbsd/src/gnu/llvm/lldb/examples/plugins/commands/ |
| D | fooplugin.cpp | 25 class ChildCommand : public lldb::SBCommandPluginInterface {
|
| /openbsd/src/gnu/llvm/lldb/tools/intel-features/intel-mpx/ |
| D | cli-wrapper-mpxtable.cpp | 303 class MPXTableShow : public lldb::SBCommandPluginInterface { 348 class MPXTableSet : public lldb::SBCommandPluginInterface {
|