| /freebsd-13.1/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 | 48 const OptionEnumValues &enum_values, in ToOptionEnum() argument 51 if (enum_values.empty()) { in ToOptionEnum() 61 for (const auto &enum_value : enum_values) { in ToOptionEnum() 70 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 | 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 | Options.cpp | 594 if (!opt_defs[i].enum_values.empty()) { in GenerateOptionUsage() 598 for (const auto &enum_value : opt_defs[i].enum_values) { in GenerateOptionUsage() 747 const auto &enum_values = opt_defs[opt_defs_index].enum_values; in HandleOptionArgumentCompletion() local 748 if (!enum_values.empty()) in HandleOptionArgumentCompletion() 749 for (const auto &enum_value : enum_values) in HandleOptionArgumentCompletion()
|
| H A D | Property.cpp | 84 definition.enum_values, definition.default_uint_value); in Property()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | OptionDefinition.h | 39 OptionEnumValues enum_values; member
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionArgParser.h | 26 const OptionEnumValues &enum_values,
|
| H A D | Property.h | 30 OptionEnumValues enum_values; member
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectScript.cpp | 57 option_arg, GetDefinitions()[option_idx].enum_values, in SetOptionValue()
|
| H A D | CommandObjectThread.cpp | 256 auto enum_values = GetDefinitions()[option_idx].enum_values; in SetOptionValue() local 258 option_arg, enum_values, eOnlyDuringStepping, error); in SetOptionValue() 824 auto enum_values = GetDefinitions()[option_idx].enum_values; in SetOptionValue() local 826 option_arg, enum_values, eOnlyDuringStepping, error); in SetOptionValue()
|
| H A D | CommandObjectReproducer.cpp | 246 option_arg, GetDefinitions()[option_idx].enum_values, 0, error); in SetOptionValue() 383 option_arg, GetDefinitions()[option_idx].enum_values, 0, error); in SetOptionValue()
|
| H A D | CommandObjectWatchpointCommand.cpp | 334 option_arg, GetDefinitions()[option_idx].enum_values, in SetOptionValue()
|
| H A D | OptionsBase.td | 53 // Field: enum_values
|
| H A D | CommandObjectBreakpointCommand.cpp | 303 g_breakpoint_command_add_options[option_idx].enum_values, in SetOptionValue()
|
| H A D | CommandObjectExpression.cpp | 130 option_arg, GetDefinitions()[option_idx].enum_values, 0, error); in SetOptionValue()
|
| H A D | CommandObjectCommands.cpp | 1396 option_arg, GetDefinitions()[option_idx].enum_values, 0, error); in SetOptionValue()
|
| H A D | CommandObjectProcess.cpp | 1212 option_arg, GetDefinitions()[option_idx].enum_values, in SetOptionValue()
|
| H A D | CommandObjectTarget.cpp | 184 option_value, g_target_dependents_options[option_idx].enum_values, 0, in SetOptionValue() 1959 option_arg, GetDefinitions()[option_idx].enum_values, in SetOptionValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 508 auto enum_values = enum_type->findAllChildren<PDBSymbolData>(); in CreateLLDBTypeFromPDBType() local 509 if (enum_values) { in CreateLLDBTypeFromPDBType() 510 while (auto enum_value = enum_values->getNext()) { in CreateLLDBTypeFromPDBType()
|