Home
last modified time | relevance | path

Searched refs:InvokeOverrideCallback (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObject.h296 bool InvokeOverrideCallback(const char **argv, CommandReturnObject &result) { in InvokeOverrideCallback() function
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp987 InvokeOverrideCallback(full_args.GetConstArgumentVector(), result); in Execute()
1020 handled = InvokeOverrideCallback(argv, result); in Execute()