Searched refs:value_bits (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCClassDescriptorV2.h | 39 uint64_t *value_bits = nullptr, 45 int64_t *value_bits = nullptr, 306 uint64_t *value_bits = nullptr, 310 if (value_bits) 311 *value_bits = GetValueBits(); 318 int64_t *value_bits = nullptr, 322 if (value_bits) 323 *value_bits = GetValueBitsSigned();
|
| H A D | AppleObjCRuntimeV1.h | 62 uint64_t *value_bits = nullptr, 68 int64_t *value_bits = nullptr,
|
| H A D | AppleObjCRuntimeV2.cpp | 971 uint64_t value_bits = 0; in DoExecute() local 973 if (descriptor_sp->GetTaggedPointerInfo(&info_bits, &value_bits, in DoExecute() 979 (uint64_t)arg_addr, payload, value_bits, info_bits, in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSIndexPath.cpp | 81 uint64_t info_bits(0), value_bits(0), payload(0); in Update() local 83 if (descriptor->GetTaggedPointerInfo(&info_bits, &value_bits, &payload)) { in Update()
|
| H A D | Cocoa.cpp | 863 uint64_t info_bits = 0, value_bits = 0; in NSDateSummaryProvider() local 866 if (descriptor->GetTaggedPointerInfo(&info_bits, &value_bits)) { in NSDateSummaryProvider() 867 date_value_bits = ((value_bits << 8) | (info_bits << 4)); in NSDateSummaryProvider() 907 date_value = decodeTaggedTimeInterval(value_bits << 4); in NSDateSummaryProvider()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.h | 94 uint64_t *value_bits = nullptr, 98 int64_t *value_bits = nullptr,
|