Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DThreadInfo.h21 uint32_t enum_value; variable
/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp78 for (const auto &enum_value : enum_values) { in ToOptionEnum() local
87 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.cpp178 auto enum_value = in SetArgs() local
H A DOptions.cpp543 for (const auto &enum_value : opt_def.enum_values) { GenerateOptionUsage() local
694 for (const auto &enum_value : enum_values) HandleOptionArgumentCompletion() local
/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h119 static const char *GetKey(OptionNames enum_value) { in GetKey()
/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h247 static const char *GetKey(enum OptionNames enum_value) { in GetKey()
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h194 static const char *GetKey(OptionNames enum_value) { in GetKey()
H A DBreakpoint.h96 static const char *GetKey(OptionNames enum_value) { in GetKey() argument
H A DBreakpointOptions.h366 static const char *GetKey(OptionNames enum_value) { in GetKey()
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp518 while (auto enum_value = enum_values->getNext()) { in CreateLLDBTypeFromPDBType() local
1153 const PDBSymbolData &enum_value) { in AddEnumValue() argument
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2312 int64_t enum_value = 0; ParseChildEnumerators() local
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8538 AddEnumerationValueToEnumerationType(const CompilerType & enum_type,const Declaration & decl,const char * name,int64_t enum_value,uint32_t enum_value_bit_size) AddEnumerationValueToEnumerationType() argument