Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h536 Payload GetPayload() { return m_payload; } in GetPayload() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h381 virtual uint64_t GetPayload() { return (IsValid() ? m_payload : 0); } GetPayload() function