| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| 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 | 63 option_arg, g_option_table[option_idx].enum_values, 0, error); in SetOptionValue() 72 option_arg, g_option_table[option_idx].enum_values, 0, error); in SetOptionValue()
|
| H A D | OptionGroupFile.cpp | 29 m_option_definition.enum_values = {}; in OptionGroupFile() 60 m_option_definition.enum_values = {}; in OptionGroupFileList()
|
| H A D | OptionGroupString.cpp | 30 m_option_definition.enum_values = {}; in OptionGroupString()
|
| H A D | OptionGroupUInt64.cpp | 30 m_option_definition.enum_values = {}; in OptionGroupUInt64()
|
| H A D | OptionGroupBoolean.cpp | 31 m_option_definition.enum_values = {}; in OptionGroupBoolean()
|
| H A D | Options.cpp | 600 if (!opt_defs[i].enum_values.empty()) { in GenerateOptionUsage() 604 for (const auto &enum_value : opt_defs[i].enum_values) { in GenerateOptionUsage() 771 const auto &enum_values = opt_defs[opt_defs_index].enum_values; in HandleOptionArgumentCompletion() local 772 if (!enum_values.empty()) { in HandleOptionArgumentCompletion() 779 for (const auto &enum_value : enum_values) { in HandleOptionArgumentCompletion()
|
| H A D | Property.cpp | 79 definition.enum_values, definition.default_uint_value); in Property()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionArgParser.h | 27 const OptionEnumValues &enum_values,
|
| H A D | Property.h | 31 OptionEnumValues enum_values; member
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-private-types.h | 118 OptionEnumValues enum_values; // If not empty, an array of enum values. member
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 480 auto enum_values = GetDefinitions()[option_idx].enum_values; in SetOptionValue() local 482 option_arg, enum_values, eOnlyDuringStepping, error); in SetOptionValue() 1056 auto enum_values = GetDefinitions()[option_idx].enum_values; in SetOptionValue() local 1058 option_arg, enum_values, eOnlyDuringStepping, error); in SetOptionValue()
|
| H A D | CommandObjectWatchpointCommand.cpp | 334 option_arg, GetDefinitions()[option_idx].enum_values, in SetOptionValue()
|
| H A D | CommandObjectBreakpointCommand.cpp | 297 option_arg, g_breakpoint_add_options[option_idx].enum_values, in SetOptionValue()
|
| H A D | CommandObjectExpression.cpp | 151 option_arg, GetDefinitions()[option_idx].enum_values, 0, error); in SetOptionValue()
|
| H A D | CommandObjectCommands.cpp | 1604 option_arg, GetDefinitions()[option_idx].enum_values, 0, error); in SetOptionValue()
|
| H A D | CommandObjectTarget.cpp | 180 option_value, g_dependents_options[option_idx].enum_values, 0, error); in SetOptionValue() 2019 option_arg, GetDefinitions()[option_idx].enum_values, in SetOptionValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 509 auto enum_values = enum_type->findAllChildren<PDBSymbolData>(); in CreateLLDBTypeFromPDBType() local 510 if (enum_values) { in CreateLLDBTypeFromPDBType() 511 while (auto enum_value = enum_values->getNext()) { in CreateLLDBTypeFromPDBType()
|