Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h181 struct ivar_t { struct
182 lldb::addr_t m_offset_ptr;
183 lldb::addr_t m_name_ptr;
184 lldb::addr_t m_type_ptr;
185 uint32_t m_alignment;
186 uint32_t m_size;
188 std::string m_name;
189 std::string m_type;
191 static size_t GetSize(Process *process) { in GetSize()