Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectHelp.cpp155 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()
162 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()
200 m_interpreter.GetCommandPrefix(), in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h108 virtual const char *GetCommandPrefix() { return nullptr; } in GetCommandPrefix() function
388 const char *GetCommandPrefix() override { in GetCommandPrefix() function
583 return ((m_top != nullptr) ? m_top->GetCommandPrefix() : nullptr); in GetTopIOHandlerCommandPrefix()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h461 const char *GetCommandPrefix();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1208 GetCommandPrefix()); in GetHelp()
1234 GetCommandPrefix()); in GetHelp()
2184 const char *CommandInterpreter::GetCommandPrefix() { in GetCommandPrefix() function in CommandInterpreter