Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3688 struct objc_method_description_list_t { struct
3958 inline void swapStruct(struct objc_method_description_list_t &mdl) { in swapStruct()
4672 struct objc_method_description_list_t mdl; in print_method_description_list()
4682 if (left > sizeof(struct objc_method_description_list_t)) { in print_method_description_list()
4683 memcpy(&mdl, r, sizeof(struct objc_method_description_list_t)); in print_method_description_list()
4687 memset(&mdl, '\0', sizeof(struct objc_method_description_list_t)); in print_method_description_list()
4696 list = r + sizeof(struct objc_method_description_list_t); in print_method_description_list()