Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCClassDescriptorV2.h349 *payload = GetPayload();
361 *payload = GetPayload();
382 virtual uint64_t GetPayload() { return (IsValid() ? m_payload : 0); } in GetPayload() function
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
HDObjCLanguageRuntime.cpp148 if (TypePayloadClang(type_sp->GetPayload()).IsCompleteObjCClass()) { in LookupInCompleteClassCache()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Symbol/
HDType.h536 Payload GetPayload() { return m_payload; } in GetPayload() function