Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCClassDescriptorV2.h73 struct objc_class_t { struct
81 objc_class_t() in objc_class_t() argument
85 void Clear() { in Clear()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp2863 struct objc_class_t { struct
2864 uint32_t isa; /* struct objc_class * (32-bit pointer) */
2865 uint32_t super_class; /* struct objc_class * (32-bit pointer) */
2866 uint32_t name; /* const char * (32-bit pointer) */
2867 int32_t version;
2868 int32_t info;
2869 int32_t instance_size;
2870 uint32_t ivars; /* struct objc_ivar_list * (32-bit pointer) */
2871 uint32_t methodLists; /* struct objc_method_list ** (32-bit pointer) */
2872 uint32_t cache; /* struct objc_cache * (32-bit pointer) */
[all …]
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp3633 struct objc_class_t { struct
3634 uint32_t isa; /* struct objc_class * (32-bit pointer) */
3635 uint32_t super_class; /* struct objc_class * (32-bit pointer) */
3636 uint32_t name; /* const char * (32-bit pointer) */
3637 int32_t version;
3638 int32_t info;
3639 int32_t instance_size;
3640 uint32_t ivars; /* struct objc_ivar_list * (32-bit pointer) */
3641 uint32_t methodLists; /* struct objc_method_list ** (32-bit pointer) */
3642 uint32_t cache; /* struct objc_cache * (32-bit pointer) */
[all …]