Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp3701 struct objc_protocol_t { struct
3702 uint32_t isa; /* struct objc_class * (32-bit pointer) */
3703 uint32_t protocol_name; /* char * (32-bit pointer) */
3704 uint32_t protocol_list; /* struct objc_protocol_list * (32-bit pointer) */
3705 uint32_t instance_methods; /* struct objc_method_description_list *
3707 uint32_t class_methods; /* struct objc_method_description_list *