Home
last modified time | relevance | path

Searched refs:eRequiredArgument (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp24 OptionParser::eRequiredArgument, nullptr, GetDynamicValueTypes(), 0,
28 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeBoolean,
30 {LLDB_OPT_SET_1, false, "depth", 'D', OptionParser::eRequiredArgument,
41 {LLDB_OPT_SET_1, false, "ptr-depth", 'P', OptionParser::eRequiredArgument,
56 {LLDB_OPT_SET_1, false, "validate", 'V', OptionParser::eRequiredArgument,
59 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeCount,
H A DOptionGroupPlatform.cpp72 {LLDB_OPT_SET_ALL, false, "platform", 'p', OptionParser::eRequiredArgument,
76 {LLDB_OPT_SET_ALL, false, "version", 'v', OptionParser::eRequiredArgument,
79 {LLDB_OPT_SET_ALL, false, "build", 'b', OptionParser::eRequiredArgument,
82 {LLDB_OPT_SET_ALL, false, "sysroot", 'S', OptionParser::eRequiredArgument,
H A DOptionGroupWatchpoint.cpp43 {LLDB_OPT_SET_1, false, "watch", 'w', OptionParser::eRequiredArgument,
46 {LLDB_OPT_SET_1, false, "size", 's', OptionParser::eRequiredArgument,
53 OptionParser::eRequiredArgument,
H A DOptionGroupPythonClassWithDict.cpp41 m_option_definition[0].option_has_arg = OptionParser::eRequiredArgument; in OptionGroupPythonClassWithDict()
52 m_option_definition[1].option_has_arg = OptionParser::eRequiredArgument; in OptionGroupPythonClassWithDict()
63 m_option_definition[2].option_has_arg = OptionParser::eRequiredArgument; in OptionGroupPythonClassWithDict()
74 m_option_definition[3].option_has_arg = OptionParser::eRequiredArgument; in OptionGroupPythonClassWithDict()
H A DOptionGroupFormat.cpp20 {LLDB_OPT_SET_1, false, "format", 'f', OptionParser::eRequiredArgument,
23 {LLDB_OPT_SET_2, false, "gdb-format", 'G', OptionParser::eRequiredArgument,
26 {LLDB_OPT_SET_3, false, "size", 's', OptionParser::eRequiredArgument,
29 {LLDB_OPT_SET_4, false, "count", 'c', OptionParser::eRequiredArgument,
H A DOptionGroupFile.cpp26 m_option_definition.option_has_arg = OptionParser::eRequiredArgument; in OptionGroupFile()
55 m_option_definition.option_has_arg = OptionParser::eRequiredArgument; in OptionGroupFileList()
H A DOptionGroupVariable.cpp45 {LLDB_OPT_SET_1, false, "summary", 'y', OptionParser::eRequiredArgument,
49 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeName,
H A DOptionGroupUUID.cpp17 {LLDB_OPT_SET_1, false, "uuid", 'u', OptionParser::eRequiredArgument,
H A DOptionGroupArchitecture.cpp17 {LLDB_OPT_SET_1, false, "arch", 'a', OptionParser::eRequiredArgument,
H A DOptionGroupOutputFile.cpp21 {LLDB_OPT_SET_1, false, "outfile", 'o', OptionParser::eRequiredArgument,
H A DOptionGroupString.cpp28 m_option_definition.option_has_arg = OptionParser::eRequiredArgument; in OptionGroupString()
H A DOptionGroupUInt64.cpp28 m_option_definition.option_has_arg = OptionParser::eRequiredArgument; in OptionGroupUInt64()
H A DOptionGroupBoolean.cpp29 : OptionParser::eRequiredArgument; in OptionGroupBoolean()
H A DOptions.cpp371 case OptionParser::eRequiredArgument: in PrintOption()
951 case OptionParser::eRequiredArgument: in BuildShortOptions()
1028 case OptionParser::eRequiredArgument: in ParseAlias()
1213 case OptionParser::eRequiredArgument: in ParseForCompletion()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DOptionParser.h35 enum OptionArgument { eNoArgument = 0, eRequiredArgument, eOptionalArgument }; enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp388 {LLDB_OPT_SET_ALL, false, "filter", 'f', OptionParser::eRequiredArgument,
423 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeBoolean,
430 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeBoolean,
435 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeBoolean,
442 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeBoolean,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1296 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeCommandName,
1299 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeCommandName,
1310 {LLDB_OPT_SET_ALL, false, "ssh-opts", 'S', OptionParser::eRequiredArgument,
1317 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypePath,