| /llvm-project/lldb/tools/debugserver/source/MacOSX/ |
| H A D | ThreadInfo.h | 17 QoS() : constant_name(), printable_name(), enum_value(UINT32_MAX) {} in QoS() 18 bool IsValid() { return enum_value != UINT32_MAX; } in IsValid() 21 uint32_t enum_value; variable
|
| H A D | MachThread.cpp | 762 qos_value.enum_value = requested_qos; in GetRequestedQoS() 767 qos_value.enum_value = requested_qos; in GetRequestedQoS() 772 qos_value.enum_value = requested_qos; in GetRequestedQoS() 777 qos_value.enum_value = requested_qos; in GetRequestedQoS() 782 qos_value.enum_value = requested_qos; in GetRequestedQoS() 787 qos_value.enum_value = requested_qos; in GetRequestedQoS()
|
| /llvm-project/lldb/source/Interpreter/ |
| H A D | Property.cpp | 83 OptionValueEnumeration *enum_value = new OptionValueEnumeration( in Property() local 85 m_value_sp.reset(enum_value); in Property() 87 if (enum_value in Property() 91 enum_value->SetDefaultValue(enum_value->GetCurrentValue()); in Property() 96 enum_value->Clear(); in Property()
|
| H A D | OptionArgParser.cpp | 78 for (const auto &enum_value : enum_values) { in ToOptionEnum() local 79 llvm::StringRef this_enum(enum_value.string_value); in ToOptionEnum() 81 return enum_value.value; in ToOptionEnum() 87 for (const auto &enum_value : enum_values) { in ToOptionEnum() local 89 is_first ? is_first = false,"" : ", ", enum_value.string_value); in ToOptionEnum()
|
| H A D | OptionValueDictionary.cpp | 178 auto enum_value = in SetArgs() local 180 error = enum_value->SetValueFromString(value); in SetArgs() 184 SetValueForKey(key, enum_value, true); in SetArgs()
|
| H A D | Options.cpp | 575 for (const auto &enum_value : opt_def.enum_values) { in VerifyPartialOptions() 577 strm.Printf("%s", enum_value.string_value); in VerifyPartialOptions() 581 strm.Printf(" | %s", enum_value.string_value); in VerifyPartialOptions() 727 for (const auto &enum_value : enum_values) in HandleOptionArgumentCompletion() 728 request.TryCompleteCurrentArg(enum_value.string_value); in HandleOptionArgumentCompletion() 543 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/Breakpoint/ |
| H A D | BreakpointOptions.h | 79 static const char *GetKey(OptionNames enum_value) { in GetKey() 80 return g_option_names[static_cast<uint32_t>(enum_value)]; in GetKey() 366 static const char *GetKey(OptionNames enum_value) { in GetKey() argument 367 return g_option_names[(size_t)enum_value]; in GetKey()
|
| H A D | BreakpointResolver.h | 194 static const char *GetKey(OptionNames enum_value) { in GetKey() argument 195 return g_option_names[static_cast<uint32_t>(enum_value)]; in GetKey()
|
| H A D | Breakpoint.h | 96 static const char *GetKey(OptionNames enum_value) { in GetKey() argument 97 return g_option_names[static_cast<uint32_t>(enum_value)]; in GetKey()
|
| /llvm-project/lldb/include/lldb/Target/ |
| H A D | ThreadSpec.h | 119 static const char *GetKey(OptionNames enum_value) { in GetKey() argument 120 return g_option_names[(size_t) enum_value]; in GetKey()
|
| /llvm-project/lldb/test/API/lang/c/enum_types/ |
| H A D | TestEnumTypes.py | 117 for enum_value in enum_values: 121 substrs=[enum_value],
|
| /llvm-project/lldb/include/lldb/Core/ |
| H A D | SearchFilter.h | 247 static const char *GetKey(enum OptionNames enum_value) { in GetKey() argument 248 return g_option_names[enum_value]; in GetKey()
|
| /llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 518 while (auto enum_value = enum_values->getNext()) { in CreateLLDBTypeFromPDBType() local 519 if (enum_value->getDataKind() != PDB_DataKind::Constant) in CreateLLDBTypeFromPDBType() 521 AddEnumValue(ast_enum, *enum_value); in CreateLLDBTypeFromPDBType() 1153 const PDBSymbolData &enum_value) { in AddEnumValue() argument 1155 Variant v = enum_value.getValue(); in AddEnumValue() 1157 std::string(MSVCUndecoratedNameParser::DropScope(enum_value.getName())); in AddEnumValue() 1195 m_uid_to_decl[enum_value.getSymIndexId()] = enum_constant_decl; in AddEnumValue()
|
| /llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 2333 int64_t enum_value = 0; in ParseChildEnumerators() 2344 enum_value = form_value.Signed(); in ParseChildEnumerators() 2346 enum_value = form_value.Unsigned(); in ParseChildEnumerators() 2373 clang_type, decl, name, enum_value, enumerator_byte_size * 8); in ConstructDemangledNameFromDWARF() 2312 int64_t enum_value = 0; ParseChildEnumerators() local
|
| /llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1043 int64_t enum_value, uint32_t enum_value_bit_size);
|
| H A D | TypeSystemClang.cpp | 8544 int64_t enum_value, uint32_t enum_value_bit_size) { in AddEnumerationValueToEnumerationType() 8550 value = enum_value; in GetEnumerationIntegerType() 8538 AddEnumerationValueToEnumerationType(const CompilerType & enum_type,const Declaration & decl,const char * name,int64_t enum_value,uint32_t enum_value_bit_size) AddEnumerationValueToEnumerationType() argument
|
| /llvm-project/lldb/tools/debugserver/source/ |
| H A D | RNBRemote.cpp | 5883 json << "\"enum_value\":" << requested_qos.enum_value << ","; in HandlePacket_jThreadExtendedInfo()
|
| /llvm-project/lldb/docs/resources/ |
| H A D | lldbgdbremote.md | 647 {"tsd_address":4371349728,"requested_qos":{"enum_value":33,"constant_name":"QOS_CLASS_USER_INTERACTIVE","printable_name":"User Interactive"},"pthread_t":4371349504,"dispatch_queue_t":140735087127872}
|