Home
last modified time | relevance | path

Searched defs:enum_value (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DThreadInfo.h21 uint32_t enum_value; variable
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionArgParser.cpp61 for (const auto &enum_value : enum_values) { in ToOptionEnum() local
70 for (const auto &enum_value : enum_values) { in ToOptionEnum() local
H A DProperty.cpp83 OptionValueEnumeration *enum_value = new OptionValueEnumeration( in Property() local
H A DOptionValueDictionary.cpp166 auto enum_value = in SetArgs() local
H A DOptions.cpp543 for (const auto &enum_value : opt_def.enum_values) { in GenerateOptionUsage() local
694 for (const auto &enum_value : enum_values) in HandleOptionArgumentCompletion() local
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadSpec.h119 static const char *GetKey(OptionNames enum_value) { in GetKey()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSearchFilter.h247 static const char *GetKey(enum OptionNames enum_value) { in GetKey()
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h193 static const char *GetKey(OptionNames enum_value) { in GetKey()
H A DBreakpoint.h97 static const char *GetKey(OptionNames enum_value) { in GetKey()
H A DBreakpointOptions.h366 static const char *GetKey(OptionNames enum_value) { in GetKey()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp512 while (auto enum_value = enum_values->getNext()) { in CreateLLDBTypeFromPDBType() local
1151 const PDBSymbolData &enum_value) { in AddEnumValue()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2231 int64_t enum_value = 0; in ParseChildEnumerators() local
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py1715 def enum_value(self): member in Cursor
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8421 int64_t enum_value, uint32_t enum_value_bit_size) { in AddEnumerationValueToEnumerationType()
8684 const int64_t enum_value = data.GetMaxU64Bitfield( in DumpValue() local