Home
last modified time | relevance | path

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

/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
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2213 const char *CommandInterpreter::GetCommandPrefix() { in GetCommandPrefix() function in CommandInterpreter