Home
last modified time | relevance | path

Searched refs:enum_values (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPythonClassWithDict.cpp42 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 DOptionArgParser.cpp65 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 DOptionGroupWatchpoint.cpp82 option_arg, g_option_table[option_idx].enum_values, 0, error); in IsWatchSizeSupported()
H A DOptionGroupFile.cpp27 m_option_definition.enum_values = {}; in OptionGroupFile()
56 m_option_definition.enum_values = {}; in OptionGroupFileList()
H A DCommandObject.cpp462 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 DOptionGroupString.cpp29 m_option_definition.enum_values = {}; in OptionGroupString()
H A DOptionGroupUInt64.cpp29 m_option_definition.enum_values = {}; in OptionGroupUInt64()
H A DOptionGroupBoolean.cpp30 m_option_definition.enum_values = {}; in OptionGroupBoolean()
H A DProperty.cpp74 definition.enum_values); in Property()
84 definition.enum_values, definition.default_uint_value); in Property()
H A DOptions.cpp539 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 DOptionValueDictionary.h23 OptionEnumValues enum_values = OptionEnumValues(),
25 : m_type_mask(type_mask), m_enum_values(enum_values), in m_type_mask()
H A DProperty.h29 OptionEnumValues enum_values; member
H A DOptionArgParser.h38 const OptionEnumValues &enum_values,
H A DCommandObject.h87 OptionEnumValues enum_values; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DOptionDefinition.h39 OptionEnumValues enum_values; member
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectScripting.cpp54 option_arg, GetDefinitions()[option_idx].enum_values, in SetOptionValue()
H A DCommandObjectThread.cpp310 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 DCommandObjectWatchpointCommand.cpp292 option_arg, GetDefinitions()[option_idx].enum_values, in SetOptionValue()
H A DOptionsBase.td53 // Field: enum_values
H A DCommandObjectBreakpointCommand.cpp262 g_breakpoint_command_add_options[option_idx].enum_values, in SetOptionValue()
H A DCommandObjectLog.cpp100 option_arg, GetDefinitions()[option_idx].enum_values, 0, error); in SetOptionValue()
H A DCommandObjectExpression.cpp122 option_arg, GetDefinitions()[option_idx].enum_values, 0, error); in SetOptionValue()
H A DCommandObjectCommands.cpp1591 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 DCommandObjectProcess.cpp1281 option_arg, GetDefinitions()[option_idx].enum_values, in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp516 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()

12