Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectHelp.cpp185 CommandObject::LookupArgumentName(command_name); in DoExecute()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObject.h197 static lldb::CommandArgumentType LookupArgumentName(llvm::StringRef arg_name);
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp546 CommandObject::LookupArgumentName(llvm::StringRef arg_name) { in LookupArgumentName() function in CommandObject