Searched refs:value_bits (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCClassDescriptorV2.h | 42 uint64_t *value_bits = nullptr, 48 int64_t *value_bits = nullptr, 342 uint64_t *value_bits = nullptr, 346 if (value_bits) 347 *value_bits = GetValueBits(); 354 int64_t *value_bits = nullptr, 358 if (value_bits) 359 *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 | 1066 uint64_t value_bits = 0; in DoExecute() local 1068 if (descriptor_sp->GetTaggedPointerInfo(&info_bits, &value_bits, in DoExecute() 1076 arg_addr, payload, value_bits, info_bits, in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | NSIndexPath.cpp | 83 uint64_t info_bits(0), value_bits(0), payload(0); in Update() local 85 if (descriptor->GetTaggedPointerInfo(&info_bits, &value_bits, &payload)) { in Update()
|
H A D | Cocoa.cpp | 941 uint64_t info_bits = 0, value_bits = 0; in NSDateSummaryProvider() local 944 if (descriptor->GetTaggedPointerInfo(&info_bits, &value_bits)) { in NSDateSummaryProvider() 945 date_value_bits = ((value_bits << 8) | (info_bits << 4)); in NSDateSummaryProvider() 985 date_value = decodeTaggedTimeInterval(value_bits << 4); in NSDateSummaryProvider()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
H A D | ObjCLanguageRuntime.h | 103 uint64_t *value_bits = nullptr, 107 int64_t *value_bits = nullptr,
|