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

123

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DOptionDefinition.h32 int short_option; member in struct:lldb_private::OptionDefinition
51 // See the short_option documentation for more.
52 return llvm::isUInt<CHAR_BIT>(short_option) &&
53 llvm::isPrint(short_option);
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupUUID.cpp29 const int short_option = g_option_table[option_idx].short_option; local
31 switch (short_option) {
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 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 DOptionGroupOutputFile.cpp38 const int short_option = g_option_table[option_idx].short_option; local
40 switch (short_option) {
H A DOptionGroupArchitecture.cpp37 const int short_option = g_option_table[option_idx].short_option; local
39 switch (short_option) {
H A DOptionGroupFile.cpp17 const char *long_option, int short_option,
24 m_option_definition.short_option = short_option;
47 int short_option, uint32_t completion_type,
53 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
45 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 DOptionGroupWatchpoint.cpp65 const int short_option = g_option_table[option_idx].short_option; local
66 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 DOptionGroupMemoryTag.cpp44 switch (m_option_definition.short_option) {
H A DOptionGroupPlatform.cpp102 const int short_option = g_option_table[option_idx].short_option; local
104 switch (short_option) {
H A DOptionGroupPythonClassWithDict.cpp39 m_option_definition[0].short_option = class_option;
50 m_option_definition[1].short_option = key_option;
61 m_option_definition[2].short_option = value_option;
72 m_option_definition[3].short_option = class_option;
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessAttach.cpp35 const int short_option = g_process_attach_options[option_idx].short_option; local
36 switch (short_option) {
H A DCommandOptionsProcessLaunch.cpp35 const int short_option = g_process_launch_options[option_idx].short_option; local
39 switch (short_option) {
143 short_option);
H A DCommandObjectHelp.h42 const int short_option = m_getopt_table[option_idx].val; variable
44 switch (short_option) {
H A DCommandObjectScript.cpp31 const int short_option = m_getopt_table[option_idx].val; local
33 switch (short_option) {
H A DCommandObjectStats.cpp72 const int short_option = m_getopt_table[option_idx].val; variable
74 switch (short_option) {
H A DCommandObjectDiagnostics.cpp43 const int short_option = m_getopt_table[option_idx].val; variable
45 switch (short_option) {
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupBoolean.h24 const char *long_option, int short_option,
H A DOptionGroupFile.h23 int short_option, uint32_t completion_type,
52 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-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DCommandObjectTraceStartIntelPT.cpp32 const int short_option = m_getopt_table[option_idx].val; local
34 switch (short_option) {
97 const int short_option = m_getopt_table[option_idx].val; local
99 switch (short_option) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.cpp31 const int short_option = m_getopt_table[option_idx].val; local
33 switch (short_option) {

Completed in 231 milliseconds

123