| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.cpp | 24 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 D | OptionGroupPlatform.cpp | 71 {LLDB_OPT_SET_ALL, false, "platform", 'p', OptionParser::eRequiredArgument, 75 {LLDB_OPT_SET_ALL, false, "version", 'v', OptionParser::eRequiredArgument, 78 {LLDB_OPT_SET_ALL, false, "build", 'b', OptionParser::eRequiredArgument, 81 {LLDB_OPT_SET_ALL, false, "sysroot", 'S', OptionParser::eRequiredArgument,
|
| H A D | OptionGroupPythonClassWithDict.cpp | 41 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 D | OptionGroupFormat.cpp | 20 {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 D | OptionGroupWatchpoint.cpp | 60 {LLDB_OPT_SET_1, false, "watch", 'w', OptionParser::eRequiredArgument, 63 {LLDB_OPT_SET_1, false, "size", 's', OptionParser::eRequiredArgument,
|
| H A D | OptionGroupFile.cpp | 26 m_option_definition.option_has_arg = OptionParser::eRequiredArgument; in OptionGroupFile() 55 m_option_definition.option_has_arg = OptionParser::eRequiredArgument; in OptionGroupFileList()
|
| H A D | OptionGroupVariable.cpp | 45 {LLDB_OPT_SET_1, false, "summary", 'y', OptionParser::eRequiredArgument, 49 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeName,
|
| H A D | OptionGroupUUID.cpp | 17 {LLDB_OPT_SET_1, false, "uuid", 'u', OptionParser::eRequiredArgument,
|
| H A D | OptionGroupOutputFile.cpp | 21 {LLDB_OPT_SET_1, false, "outfile", 'o', OptionParser::eRequiredArgument,
|
| H A D | OptionGroupArchitecture.cpp | 17 {LLDB_OPT_SET_1, false, "arch", 'a', OptionParser::eRequiredArgument,
|
| H A D | OptionGroupString.cpp | 28 m_option_definition.option_has_arg = OptionParser::eRequiredArgument; in OptionGroupString()
|
| H A D | OptionGroupUInt64.cpp | 28 m_option_definition.option_has_arg = OptionParser::eRequiredArgument; in OptionGroupUInt64()
|
| H A D | OptionGroupBoolean.cpp | 29 : OptionParser::eRequiredArgument; in OptionGroupBoolean()
|
| H A D | Options.cpp | 379 case OptionParser::eRequiredArgument: in PrintOption() 903 case OptionParser::eRequiredArgument: in BuildShortOptions() 983 case OptionParser::eRequiredArgument: in ParseAlias() 1157 case OptionParser::eRequiredArgument: in ParseForCompletion()
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | OptionParser.h | 35 enum OptionArgument { eNoArgument = 0, eRequiredArgument, eOptionalArgument }; enumerator
|
| /llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 386 {LLDB_OPT_SET_ALL, false, "filter", 'f', OptionParser::eRequiredArgument, 421 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeBoolean, 428 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeBoolean, 433 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeBoolean, 440 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeBoolean,
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Platform.cpp | 1334 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeCommandName, 1337 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeCommandName, 1348 {LLDB_OPT_SET_ALL, false, "ssh-opts", 'S', OptionParser::eRequiredArgument, 1355 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypePath,
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 4047 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeOneLiner, 4050 {LLDB_OPT_SET_1, false, "coordinate", 'c', OptionParser::eRequiredArgument, 4203 {LLDB_OPT_SET_1, false, "coordinate", 'c', OptionParser::eRequiredArgument, 4477 {LLDB_OPT_SET_1, false, "file", 'f', OptionParser::eRequiredArgument, 4618 {LLDB_OPT_SET_1, false, "id", 'i', OptionParser::eRequiredArgument, nullptr,
|