Home
last modified time | relevance | path

Searched defs:WantsRawCommandString (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h55 bool WantsRawCommandString() override { return false; } in WantsRawCommandString() function
H A DCommandObject.h428 bool WantsRawCommandString() override { return false; } in WantsRawCommandString() function
446 bool WantsRawCommandString() override { return true; } in WantsRawCommandString() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp108 bool CommandAlias::WantsRawCommandString() { in WantsRawCommandString() function in CommandAlias
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp392 bool CommandObjectProxy::WantsRawCommandString() { WantsRawCommandString() function in CommandObjectProxy