Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMultiword.cpp80 bool CommandObjectMultiword::LoadSubCommand(llvm::StringRef name, in LoadSubCommand() function in CommandObjectMultiword
388 bool CommandObjectProxy::LoadSubCommand( in LoadSubCommand() function in CommandObjectProxy
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObject.h182 virtual bool LoadSubCommand(llvm::StringRef cmd_name, in LoadSubCommand() function