Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectHelp.cpp148 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()
155 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()
193 m_interpreter.GetCommandPrefix(), in DoExecute()
/external/llvm-project/lldb/include/lldb/Core/
DIOHandler.h115 virtual const char *GetCommandPrefix() { return nullptr; } in GetCommandPrefix() function
386 const char *GetCommandPrefix() override { in GetCommandPrefix() function
540 return ((m_top != nullptr) ? m_top->GetCommandPrefix() : nullptr); in GetTopIOHandlerCommandPrefix()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h487 const char *GetCommandPrefix();
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp1244 GetCommandPrefix()); in GetHelp()
1270 GetCommandPrefix()); in GetHelp()
2213 const char *CommandInterpreter::GetCommandPrefix() { in GetCommandPrefix() function in CommandInterpreter