Searched refs:short_option (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupUUID.cpp33 const int short_option = g_option_table[option_idx].short_option; local
35 switch (short_option) {
H A DOptionGroupArchitecture.cpp41 const int short_option = g_option_table[option_idx].short_option; local
43 switch (short_option) {
H A DOptionGroupOutputFile.cpp41 const int short_option = g_option_table[option_idx].short_option; local
43 switch (short_option) {
H A DOptionGroupString.cpp17 const char *long_option, int short_option,
26 m_option_definition.short_option = short_option;
16 OptionGroupString(uint32_t usage_mask, bool required, const char *long_option, int short_option, uint32_t completion_type, lldb::CommandArgumentType argument_type, const char *usage_text, const char *default_value) argument
H A DOptionGroupUInt64.cpp17 const char *long_option, int short_option,
26 m_option_definition.short_option = short_option;
16 OptionGroupUInt64(uint32_t usage_mask, bool required, const char *long_option, int short_option, uint32_t completion_type, lldb::CommandArgumentType argument_type, const char *usage_text, uint64_t default_value) argument
H A DOptionGroupFile.cpp17 const char *long_option, int short_option,
25 m_option_definition.short_option = short_option;
50 int short_option, uint32_t completion_type,
56 m_option_definition.short_option = short_option;
16 OptionGroupFile(uint32_t usage_mask, bool required, const char *long_option, int short_option, uint32_t completion_type, lldb::CommandArgumentType argument_type, const char *usage_text) argument
48 OptionGroupFileList( uint32_t usage_mask, bool required, const char *long_option, int short_option, uint32_t completion_type, lldb::CommandArgumentType argument_type, const char *usage_text) argument
H A DOptionGroupBoolean.cpp18 int short_option, const char *usage_text,
25 m_option_definition.short_option = short_option;
16 OptionGroupBoolean(uint32_t usage_mask, bool required, const char *long_option, int short_option, const char *usage_text, bool default_value, bool no_argument_toggle_default) argument
H A DOptionGroupWatchpoint.cpp86 const int short_option = g_option_table[option_idx].short_option; local
87 switch (short_option) {
H A DOptionGroupVariable.cpp82 const int short_option = g_variable_options[option_idx].short_option; local
83 switch (short_option) {
H A DOptionGroupPlatform.cpp94 const int short_option = g_option_table[option_idx].short_option; local
96 switch (short_option) {
H A DOptionGroupPythonClassWithDict.cpp41 m_option_definition[0].short_option = class_option;
52 m_option_definition[1].short_option = key_option;
63 m_option_definition[2].short_option = value_option;
74 m_option_definition[3].short_option = class_option;
H A DOptionGroupFormat.cpp59 const int short_option = g_option_table[option_idx].short_option; local
61 switch (short_option) {
H A DOptionGroupValueObjectDisplay.cpp76 const int short_option = g_option_table[option_idx].short_option; local
79 switch (short_option) {
H A DOptions.cpp191 m_required_options[j].insert(def.short_option);
193 m_optional_options[j].insert(def.short_option);
213 const int short_opt = defs[i].short_option;
358 const bool has_short_option = isprint8(opt_def.short_option) != 0;
371 strm.Printf("-%c", opt_def.short_option);
448 if (def.usage_mask & opt_set_mask && isprint8(def.short_option)) {
452 options.insert(def.short_option);
473 if (def.usage_mask & opt_set_mask && isprint8(def.short_option)) {
478 options.insert(def.short_option);
501 if (def.usage_mask & opt_set_mask && isprint8(def.short_option)) {
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFile.h23 int short_option, uint32_t completion_type,
53 const char *long_option, int short_option,
H A DOptionGroupBoolean.h24 const char *long_option, int short_option,
H A DOptionGroupString.h21 int short_option, uint32_t completion_type,
H A DOptionGroupUInt64.h22 int short_option, uint32_t completion_type,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.h42 const int short_option = m_getopt_table[option_idx].val; variable
44 switch (short_option) {
H A DCommandObjectBreakpoint.cpp62 const int short_option = variable
63 g_breakpoint_modify_options[option_idx].short_option;
65 switch (short_option) {
180 const int short_option = variable
181 g_breakpoint_dummy_options[option_idx].short_option;
183 switch (short_option) {
259 const int short_option = variable
260 g_breakpoint_set_options[option_idx].short_option;
262 switch (short_option) {
1097 const int short_option variable
1230 const int short_option = m_getopt_table[option_idx].val; variable
1377 const int short_option = m_getopt_table[option_idx].val; variable
1503 const int short_option = g_breakpoint_name_options[option_idx].short_option; variable
1562 const int short_option = variable
2003 const int short_option = m_getopt_table[option_idx].val; variable
2121 const int short_option = m_getopt_table[option_idx].val; variable
[all...]
H A DCommandObjectReproducer.cpp167 const int short_option = m_getopt_table[option_idx].val; variable
169 switch (short_option) {
294 const int short_option = m_getopt_table[option_idx].val; variable
296 switch (short_option) {
H A DCommandObjectPlatform.cpp71 char short_option = (char)GetDefinitions()[option_idx].short_option; variable
72 switch (short_option) {
617 char short_option = (char)m_getopt_table[option_idx].val; variable
619 switch (short_option) {
703 char short_option = (char)m_getopt_table[option_idx].val; variable
705 switch (short_option) {
1159 const int short_option = m_getopt_table[option_idx].val; variable
1164 switch (short_option) {
1396 char short_option variable
1567 const char short_option = (char)GetDefinitions()[option_idx].short_option; variable
[all...]
H A DCommandObjectBreakpointCommand.cpp289 const int short_option = variable
290 g_breakpoint_command_add_options[option_idx].short_option;
292 switch (short_option) {
512 const int short_option = m_getopt_table[option_idx].val; variable
514 switch (short_option) {
H A DCommandObjectThread.cpp253 const int short_option = m_getopt_table[option_idx].val; variable
255 switch (short_option) {
261 "invalid integer value for option '%c'", short_option);
268 "invalid integer value for option '%c'", short_option);
276 "invalid boolean value for option '%c'", short_option);
415 const int short_option = variable
416 g_thread_step_scope_options[option_idx].short_option;
418 switch (short_option) {
425 short_option);
437 short_option);
990 const int short_option = m_getopt_table[option_idx].val; variable
1395 const int short_option = m_getopt_table[option_idx].val; variable
1527 const int short_option = m_getopt_table[option_idx].val; variable
1700 const int short_option = m_getopt_table[option_idx].val; variable
1837 const int short_option = m_getopt_table[option_idx].val; variable
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h109 int short_option; // Single character for this option. member in struct:lldb_private::OptionDefinition

Completed in 232 milliseconds

12