Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h82 struct objc_class_t { struct
90 objc_class_t() = default; argument
92 Clearobjc_class_t Clear() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3849 struct objc_class_t { struct
3850 uint32_t isa; /* struct objc_class * (32-bit pointer) */
3851 uint32_t super_class; /* struct objc_class * (32-bit pointer) */
3852 uint32_t name; /* const char * (32-bit pointer) */
3853 int32_t version;
3854 int32_t info;
3855 int32_t instance_size;
3856 uint32_t ivars; /* struct objc_ivar_list * (32-bit pointer) */
3857 uint32_t methodLists; /* struct objc_method_list ** (32-bit pointer) */
3858 uint32_t cache; /* struct objc_cache * (32-bit pointer) */
[all …]