/freebsd/contrib/llvm-project/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 | 65 const OptionEnumValues &enum_values, in ToOptionEnum() argument 68 if (enum_values.empty()) { in ToOptionEnum() 78 for (const auto &enum_value : enum_values) { in ToOptionEnum() 87 for (const auto &enum_value : enum_values) { in ToOptionEnum()
|
H A D | OptionGroupWatchpoint.cpp | 82 option_arg, g_option_table[option_idx].enum_values, 0, error); in IsWatchSizeSupported()
|
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 | 462 OptionEnumValues enum_values = g_argument_table[arg_type].enum_values; in GetArgumentHelp() local 463 if (!enum_values.empty()) { in GetArgumentHelp() 466 for (const OptionEnumValueElement &element : enum_values) in GetArgumentHelp() 470 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()
|
/freebsd/contrib/llvm-project/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 | Property.h | 29 OptionEnumValues enum_values; member
|
H A D | OptionArgParser.h | 38 const OptionEnumValues &enum_values,
|
H A D | CommandObject.h | 87 OptionEnumValues enum_values; member
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | OptionDefinition.h | 39 OptionEnumValues enum_values; member
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectScripting.cpp | 54 option_arg, GetDefinitions()[option_idx].enum_values, in SetOptionValue()
|
H A D | CommandObjectThread.cpp | 310 auto enum_values = GetDefinitions()[option_idx].enum_values; in SetOptionValue() local 312 option_arg, enum_values, eOnlyDuringStepping, error); in SetOptionValue() 827 auto enum_values = GetDefinitions()[option_idx].enum_values; in SetOptionValue() local 829 option_arg, enum_values, eOnlyDuringStepping, error); in SetOptionValue()
|
H A D | CommandObjectWatchpointCommand.cpp | 292 option_arg, GetDefinitions()[option_idx].enum_values, in SetOptionValue()
|
H A D | OptionsBase.td | 53 // Field: enum_values
|
H A D | CommandObjectBreakpointCommand.cpp | 262 g_breakpoint_command_add_options[option_idx].enum_values, in SetOptionValue()
|
H A D | CommandObjectLog.cpp | 100 option_arg, GetDefinitions()[option_idx].enum_values, 0, error); in SetOptionValue()
|
H A D | CommandObjectExpression.cpp | 122 option_arg, GetDefinitions()[option_idx].enum_values, 0, error); in SetOptionValue()
|
H A D | CommandObjectCommands.cpp | 1591 option_def.enum_values = llvm::ArrayRef(m_enum_vector[counter]); in SetOptionsFromArray() 2093 option_arg, GetDefinitions()[option_idx].enum_values, 0, error); in SetOptionValue() 2104 option_arg, definition.enum_values, eNoCompletion, error)); in SetOptionValue()
|
H A D | CommandObjectProcess.cpp | 1281 option_arg, GetDefinitions()[option_idx].enum_values, in SetOptionValue()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 516 auto enum_values = enum_type->findAllChildren<PDBSymbolData>(); in CreateLLDBTypeFromPDBType() local 517 if (enum_values) { in CreateLLDBTypeFromPDBType() 518 while (auto enum_value = enum_values->getNext()) { in CreateLLDBTypeFromPDBType()
|