Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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 DOptions.cpp598 for (const auto &enum_value : opt_defs[i].enum_values) { in GenerateOptionUsage() local
749 for (const auto &enum_value : enum_values) in HandleOptionArgumentCompletion() local
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h119 static const char *GetKey(OptionNames enum_value) { in GetKey()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h247 static const char *GetKey(enum OptionNames enum_value) { in GetKey()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h193 static const char *GetKey(OptionNames enum_value) { in GetKey()
H A DBreakpoint.h94 static const char *GetKey(OptionNames enum_value) { in GetKey()
H A DBreakpointOptions.h367 static const char *GetKey(OptionNames enum_value) { in GetKey()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp510 while (auto enum_value = enum_values->getNext()) { in CreateLLDBTypeFromPDBType() local
1144 const PDBSymbolData &enum_value) { in AddEnumValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2152 int64_t enum_value = 0; in ParseChildEnumerators() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8320 int64_t enum_value, uint32_t enum_value_bit_size) { in AddEnumerationValueToEnumerationType()
8584 const int64_t enum_value = data.GetMaxU64Bitfield( in DumpValue() local