Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp2578 struct protocol32_t { struct
2579 uint32_t isa; /* id * (32-bit pointer) */
2580 uint32_t name; /* const char * (32-bit pointer) */
2581 uint32_t protocols; /* struct protocol_list_t *
2583 uint32_t instanceMethods; /* method_list_t * (32-bit pointer) */
2584 uint32_t classMethods; /* method_list_t * (32-bit pointer) */
2585 uint32_t optionalInstanceMethods; /* method_list_t * (32-bit pointer) */
2586 uint32_t optionalClassMethods; /* method_list_t * (32-bit pointer) */
2587 uint32_t instanceProperties; /* struct objc_property_list *