Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp3950 struct objc_method_description_t { struct
4219 inline void swapStruct(struct objc_method_description_t &md) { in swapStruct()
4930 struct objc_method_description_t md; in print_method_description_list()
4955 if ((i + 1) * sizeof(struct objc_method_description_t) > left) { in print_method_description_list()
4962 memcpy(&md, list + i * sizeof(struct objc_method_description_t), in print_method_description_list()
4963 sizeof(struct objc_method_description_t)); in print_method_description_list()