Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h188 struct ivar_t { struct
189 lldb::addr_t m_offset_ptr;
190 lldb::addr_t m_name_ptr;
191 lldb::addr_t m_type_ptr;
192 uint32_t m_alignment;
193 uint32_t m_size;
195 std::string m_name;
196 std::string m_type;
198 static size_t GetSize(Process *process) { in GetSize()