Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp2931 struct objc_method_description_list_t { struct
3201 inline void swapStruct(struct objc_method_description_list_t &mdl) { in swapStruct()
3906 struct objc_method_description_list_t mdl; in print_method_description_list()
3916 if (left > sizeof(struct objc_method_description_list_t)) { in print_method_description_list()
3917 memcpy(&mdl, r, sizeof(struct objc_method_description_list_t)); in print_method_description_list()
3921 memset(&mdl, '\0', sizeof(struct objc_method_description_list_t)); in print_method_description_list()
3930 list = r + sizeof(struct objc_method_description_list_t); in print_method_description_list()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp3701 struct objc_method_description_list_t { struct
3971 inline void swapStruct(struct objc_method_description_list_t &mdl) { in swapStruct()
4685 struct objc_method_description_list_t mdl; in print_method_description_list()
4695 if (left > sizeof(struct objc_method_description_list_t)) { in print_method_description_list()
4696 memcpy(&mdl, r, sizeof(struct objc_method_description_list_t)); in print_method_description_list()
4700 memset(&mdl, '\0', sizeof(struct objc_method_description_list_t)); in print_method_description_list()
4709 list = r + sizeof(struct objc_method_description_list_t); in print_method_description_list()