Home
last modified time | relevance | path

Searched refs:GetValueBits (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h347 *value_bits = GetValueBits();
374 virtual uint64_t GetValueBits() { return (IsValid() ? m_value_bits : 0); } in GetValueBits() function