Home
last modified time | relevance | path

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

/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
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2184 const char *CommandInterpreter::GetCommandPrefix() { in GetCommandPrefix() function in CommandInterpreter