Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h296 bool InvokeOverrideCallback(const char **argv, CommandReturnObject &result) { in InvokeOverrideCallback() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp980 InvokeOverrideCallback(full_args.GetConstArgumentVector(), result); in Execute()
1013 handled = InvokeOverrideCallback(argv, result); in Execute()