Home
last modified time | relevance | path

Searched refs:objc_method_list_t (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3658 struct objc_method_list_t { struct
3934 inline void swapStruct(struct objc_method_list_t &method_list) { in swapStruct()
4381 struct objc_method_list_t method_list; in print_method_list()
4391 if (left > sizeof(struct objc_method_list_t)) { in print_method_list()
4392 memcpy(&method_list, r, sizeof(struct objc_method_list_t)); in print_method_list()
4395 memset(&method_list, '\0', sizeof(struct objc_method_list_t)); in print_method_list()
4405 methods = r + sizeof(struct objc_method_list_t); in print_method_list()