Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp147 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()
153 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()
191 m_interpreter.GetCommandPrefix(), in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h115 virtual const char *GetCommandPrefix() { return nullptr; } in GetCommandPrefix() function
386 const char *GetCommandPrefix() override { in GetCommandPrefix() function
538 return ((m_top != nullptr) ? m_top->GetCommandPrefix() : nullptr); in GetTopIOHandlerCommandPrefix()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h483 const char *GetCommandPrefix();
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1253 GetCommandPrefix()); in GetHelp()
1279 GetCommandPrefix()); in GetHelp()
2211 const char *CommandInterpreter::GetCommandPrefix() { in GetCommandPrefix() function in CommandInterpreter