Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3479 struct protocol64_t { struct
3480 uint64_t isa; /* id * (64-bit pointer) */
3481 uint64_t name; /* const char * (64-bit pointer) */
3482 uint64_t protocols; /* struct protocol_list64_t *
3484 uint64_t instanceMethods; /* method_list_t * (64-bit pointer) */
3485 uint64_t classMethods; /* method_list_t * (64-bit pointer) */
3486 uint64_t optionalInstanceMethods; /* method_list_t * (64-bit pointer) */
3487 uint64_t optionalClassMethods; /* method_list_t * (64-bit pointer) */
3488 uint64_t instanceProperties; /* struct objc_property_list *