Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp3362 struct objc_method_description_t { struct
3631 inline void swapStruct(struct objc_method_description_t &md) { in swapStruct()
4333 struct objc_method_description_t md; in print_method_description_list()
4358 if ((i + 1) * sizeof(struct objc_method_description_t) > left) { in print_method_description_list()
4365 memcpy(&md, list + i * sizeof(struct objc_method_description_t), in print_method_description_list()
4366 sizeof(struct objc_method_description_t)); in print_method_description_list()