Home
last modified time | relevance | path

Searched defs:IsMultiwordObject (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandObjectMultiword.h43 IsMultiwordObject () { return true; } in IsMultiwordObject() function
HDCommandObject.h138 IsMultiwordObject () { return false; } in IsMultiwordObject() function
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMultiword.cpp375 CommandObjectProxy::IsMultiwordObject () in IsMultiwordObject() function in CommandObjectProxy