Searched refs:eRequiredArgument (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
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 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 DOptionGroupUUID.cpp17 {LLDB_OPT_SET_1, false, "uuid", 'u', OptionParser::eRequiredArgument,
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 DOptionGroupBoolean.cpp29 : OptionParser::eRequiredArgument;
H A DOptionGroupString.cpp28 m_option_definition.option_has_arg = OptionParser::eRequiredArgument;
H A DOptionGroupUInt64.cpp28 m_option_definition.option_has_arg = OptionParser::eRequiredArgument;
H A DOptionGroupOutputFile.cpp21 {LLDB_OPT_SET_1, false, "outfile", 'o', OptionParser::eRequiredArgument,
H A DOptionGroupArchitecture.cpp17 {LLDB_OPT_SET_1, false, "arch", 'a', OptionParser::eRequiredArgument,
H A DOptionGroupPythonClassWithDict.cpp41 m_option_definition[0].option_has_arg = OptionParser::eRequiredArgument;
52 m_option_definition[1].option_has_arg = OptionParser::eRequiredArgument;
63 m_option_definition[2].option_has_arg = OptionParser::eRequiredArgument;
74 m_option_definition[3].option_has_arg = OptionParser::eRequiredArgument;
H A DOptionGroupFile.cpp26 m_option_definition.option_has_arg = OptionParser::eRequiredArgument;
55 m_option_definition.option_has_arg = OptionParser::eRequiredArgument;
H A DOptionGroupVariable.cpp45 {LLDB_OPT_SET_1, false, "summary", 'y', OptionParser::eRequiredArgument,
49 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeName,
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 DOptions.cpp379 case OptionParser::eRequiredArgument:
916 case OptionParser::eRequiredArgument:
996 case OptionParser::eRequiredArgument:
1183 case OptionParser::eRequiredArgument:
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DOptionParser.h35 enum OptionArgument { eNoArgument = 0, eRequiredArgument, eOptionalArgument }; enumerator in enum:lldb_private::OptionParser::OptionArgument
/freebsd-current/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp102 OS << "eRequiredArgument";
/freebsd-current/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-current/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1339 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeCommandName,
1342 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeCommandName,
1353 {LLDB_OPT_SET_ALL, false, "ssh-opts", 'S', OptionParser::eRequiredArgument,
1360 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypePath,

Completed in 219 milliseconds