Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp2737 struct protocol32_t { struct
2738 uint32_t isa; /* id * (32-bit pointer) */
2739 uint32_t name; /* const char * (32-bit pointer) */
2740 uint32_t protocols; /* struct protocol_list_t *
2742 uint32_t instanceMethods; /* method_list_t * (32-bit pointer) */
2743 uint32_t classMethods; /* method_list_t * (32-bit pointer) */
2744 uint32_t optionalInstanceMethods; /* method_list_t * (32-bit pointer) */
2745 uint32_t optionalClassMethods; /* method_list_t * (32-bit pointer) */
2746 uint32_t instanceProperties; /* struct objc_property_list *