Home
last modified time | relevance | path

Searched refs:LookupArgumentName (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp175 CommandObject::LookupArgumentName(command_name); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h205 static lldb::CommandArgumentType LookupArgumentName(llvm::StringRef arg_name);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp631 CommandObject::LookupArgumentName(llvm::StringRef arg_name) { in LookupArgumentName() function in CommandObject