Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3883 struct objc_method_t { struct
4158 inline void swapStruct(struct objc_method_t &method) { in swapStruct()
4601 struct objc_method_t method; in print_method_list()
4626 if ((i + 1) * sizeof(struct objc_method_t) > left) { in print_method_list()
4630 memcpy(&method, methods + i * sizeof(struct objc_method_t), in print_method_list()
4631 sizeof(struct objc_method_t)); in print_method_list()