Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h301 *payload = GetPayload();
318 virtual uint64_t GetPayload() { return (IsValid() ? m_payload : 0); } in GetPayload() function