Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp3716 struct objc_method_description_t { struct
3985 inline void swapStruct(struct objc_method_description_t &md) { in swapStruct()
4696 struct objc_method_description_t md; in print_method_description_list()
4721 if ((i + 1) * sizeof(struct objc_method_description_t) > left) { in print_method_description_list()
4728 memcpy(&md, list + i * sizeof(struct objc_method_description_t), in print_method_description_list()
4729 sizeof(struct objc_method_description_t)); in print_method_description_list()