Searched defs:enum_values (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h30 OptionEnumValues enum_values; member in struct:lldb_private::PropertyDefinition
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp47 ToOptionEnum(llvm::StringRef s, const OptionEnumValues &enum_values, int32_t fail_value, Status &error) argument
H A DOptions.cpp750 const auto &enum_values = opt_defs[opt_defs_index].enum_values; local
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h113 OptionEnumValues enum_values; // If not empty, an array of enum values. member in struct:lldb_private::OptionDefinition
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp506 auto enum_values = enum_type->findAllChildren<PDBSymbolData>(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp450 auto enum_values = GetDefinitions()[option_idx].enum_values; variable
1014 auto enum_values = GetDefinitions()[option_idx].enum_values; variable

Completed in 140 milliseconds