| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | OptionGroupPythonClassWithDict.cpp | 42 m_option_definition[0].enum_values = {}; in OptionGroupPythonClassWithDict() 53 m_option_definition[1].enum_values = {}; in OptionGroupPythonClassWithDict() 64 m_option_definition[2].enum_values = {}; in OptionGroupPythonClassWithDict() 75 m_option_definition[3].enum_values = {}; in OptionGroupPythonClassWithDict()
|
| H A D | OptionArgParser.cpp | 49 const OptionEnumValues &enum_values, in ToOptionEnum() argument 52 if (enum_values.empty()) { in ToOptionEnum() 62 for (const auto &enum_value : enum_values) { in ToOptionEnum() 71 for (const auto &enum_value : enum_values) { in ToOptionEnum()
|
| H A D | OptionGroupWatchpoint.cpp | 87 option_arg, g_option_table[option_idx].enum_values, 0, error); in SetOptionValue() 96 option_arg, g_option_table[option_idx].enum_values, 0, error); in SetOptionValue()
|
| H A D | OptionGroupFile.cpp | 27 m_option_definition.enum_values = {}; in OptionGroupFile() 56 m_option_definition.enum_values = {}; in OptionGroupFileList()
|
| H A D | CommandObject.cpp | 407 OptionEnumValues enum_values = g_argument_table[arg_type].enum_values; in GetArgumentHelp() local 408 if (!enum_values.empty()) { in GetArgumentHelp() 411 for (const OptionEnumValueElement &element : enum_values) in GetArgumentHelp() 415 for (const OptionEnumValueElement &element : enum_values) { in GetArgumentHelp()
|
| H A D | OptionGroupString.cpp | 29 m_option_definition.enum_values = {}; in OptionGroupString()
|
| H A D | OptionGroupUInt64.cpp | 29 m_option_definition.enum_values = {}; in OptionGroupUInt64()
|
| H A D | OptionGroupBoolean.cpp | 30 m_option_definition.enum_values = {}; in OptionGroupBoolean()
|
| H A D | Property.cpp | 74 definition.enum_values); in Property() 84 definition.enum_values, definition.default_uint_value); in Property()
|
| H A D | Options.cpp | 539 if (!opt_def.enum_values.empty()) { in GenerateOptionUsage() 543 for (const auto &enum_value : opt_def.enum_values) { in GenerateOptionUsage() 692 const auto &enum_values = opt_defs[opt_defs_index].enum_values; in HandleOptionArgumentCompletion() local 693 if (!enum_values.empty()) in HandleOptionArgumentCompletion() 694 for (const auto &enum_value : enum_values) in HandleOptionArgumentCompletion()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueDictionary.h | 23 OptionEnumValues enum_values = OptionEnumValues(), 25 : m_type_mask(type_mask), m_enum_values(enum_values), in m_type_mask()
|
| H A D | OptionArgParser.h | 26 const OptionEnumValues &enum_values,
|
| H A D | Property.h | 29 OptionEnumValues enum_values; member
|
| H A D | CommandObject.h | 87 OptionEnumValues enum_values; member
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | OptionDefinition.h | 39 OptionEnumValues enum_values; member
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectScript.cpp | 36 option_arg, GetDefinitions()[option_idx].enum_values, in SetOptionValue()
|
| H A D | CommandObjectThread.cpp | 298 auto enum_values = GetDefinitions()[option_idx].enum_values; in SetOptionValue() local 300 option_arg, enum_values, eOnlyDuringStepping, error); in SetOptionValue() 852 auto enum_values = GetDefinitions()[option_idx].enum_values; in SetOptionValue() local 854 option_arg, enum_values, eOnlyDuringStepping, error); in SetOptionValue()
|
| H A D | CommandObjectWatchpointCommand.cpp | 304 option_arg, GetDefinitions()[option_idx].enum_values, in SetOptionValue()
|
| H A D | OptionsBase.td | 53 // Field: enum_values
|
| H A D | CommandObjectBreakpointCommand.cpp | 274 g_breakpoint_command_add_options[option_idx].enum_values, in SetOptionValue()
|
| H A D | CommandObjectExpression.cpp | 119 option_arg, GetDefinitions()[option_idx].enum_values, 0, error); in SetOptionValue()
|
| H A D | CommandObjectLog.cpp | 100 option_arg, GetDefinitions()[option_idx].enum_values, 0, error); in SetOptionValue()
|
| H A D | CommandObjectProcess.cpp | 1380 option_arg, GetDefinitions()[option_idx].enum_values, in SetOptionValue()
|
| H A D | CommandObjectCommands.cpp | 1436 option_arg, GetDefinitions()[option_idx].enum_values, 0, error); in SetOptionValue()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 517 auto enum_values = enum_type->findAllChildren<PDBSymbolData>(); in CreateLLDBTypeFromPDBType() local 518 if (enum_values) { in CreateLLDBTypeFromPDBType() 519 while (auto enum_value = enum_values->getNext()) { in CreateLLDBTypeFromPDBType()
|