Home
last modified time | relevance | path

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

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