Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp2776 struct objc_method_description_list_t { struct
3046 inline void swapStruct(struct objc_method_description_list_t &mdl) { in swapStruct()
3749 struct objc_method_description_list_t mdl; in print_method_description_list()
3759 if (left > sizeof(struct objc_method_description_list_t)) { in print_method_description_list()
3760 memcpy(&mdl, r, sizeof(struct objc_method_description_list_t)); in print_method_description_list()
3764 memset(&mdl, '\0', sizeof(struct objc_method_description_list_t)); in print_method_description_list()
3773 list = r + sizeof(struct objc_method_description_list_t); in print_method_description_list()