Home
last modified time | relevance | path

Searched defs:GetCommandPrefix (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h111 virtual const char *GetCommandPrefix() { return nullptr; } GetCommandPrefix() function
378 const char *GetCommandPrefix() override { GetCommandPrefix() function
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2472 const char *CommandInterpreter::GetCommandPrefix() { GetCommandPrefix() function in CommandInterpreter