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 DOptionGroupFile.cpp27 m_option_definition.enum_values = {}; in OptionGroupFile()
56 m_option_definition.enum_values = {}; in OptionGroupFileList()
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 DCommandObject.cpp455 OptionEnumValues enum_values = g_argument_table[arg_type].enum_values; in GetArgumentHelp() local
456 if (!enum_values.empty()) { in GetArgumentHelp()
459 for (const OptionEnumValueElement &element : enum_values) in GetArgumentHelp()
463 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 DOptionGroupWatchpoint.cpp82 option_arg, g_option_table[option_idx].enum_values, 0, error); in SetOptionValue()
H A DOptions.cpp531 if (!opt_def.enum_values.empty()) { in GenerateOptionUsage()
535 for (const auto &enum_value : opt_def.enum_values) { in GenerateOptionUsage()
726 const auto &enum_values = opt_defs[opt_defs_index].enum_values; in HandleOptionArgumentCompletion() local
727 if (!enum_values.empty()) in HandleOptionArgumentCompletion()
728 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 DOptionArgParser.h38 const OptionEnumValues &enum_values,
H A DProperty.h29 OptionEnumValues enum_values; member
H A DCommandObject.h88 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.cpp56 option_arg, GetDefinitions()[option_idx].enum_values, in SetOptionValue()
159 option_arg, GetDefinitions()[option_idx].enum_values, in SetOptionValue()
H A DCommandObjectThread.cpp318 auto enum_values = GetDefinitions()[option_idx].enum_values; in SetOptionValue() local
320 option_arg, enum_values, eOnlyDuringStepping, error); in SetOptionValue()
832 auto enum_values = GetDefinitions()[option_idx].enum_values; in SetOptionValue() local
834 option_arg, enum_values, eOnlyDuringStepping, error); in SetOptionValue()
H A DCommandObjectWatchpointCommand.cpp294 option_arg, GetDefinitions()[option_idx].enum_values, in SetOptionValue()
H A DOptionsBase.td53 // Field: enum_values
H A DCommandObjectBreakpointCommand.cpp264 g_breakpoint_command_add_options[option_idx].enum_values, in SetOptionValue()
H A DCommandObjectCommands.cpp1630 option_def.enum_values = llvm::ArrayRef(m_enum_vector[counter]); in SetOptionsFromArray()
1745 bool is_enum = defs[defs_index].enum_values.size() != 0; in HandleOptionArgumentCompletion()
2330 option_arg, GetDefinitions()[option_idx].enum_values, 0, error); in SetOptionValue()
2341 option_arg, definition.enum_values, eNoCompletion, error)); in SetOptionValue()
H A DCommandObjectLog.cpp100 option_arg, GetDefinitions()[option_idx].enum_values, 0, error); in SetOptionValue()
H A DCommandObjectExpression.cpp123 option_arg, GetDefinitions()[option_idx].enum_values, 0, error); in SetOptionValue()
H A DCommandObjectProcess.cpp1310 value.enum_values = llvm::ArrayRef(m_plugin_enums); in GetDefinitions()
1328 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