Home | History | Annotate | Download | only in llvm-objdump

Lines Matching full:objc_method_description_t

2774   // struct objc_method_description_t list[1];
2777 struct objc_method_description_t {
3046 inline void swapStruct(struct objc_method_description_t &md) {
3748 struct objc_method_description_t md;
3773 if ((i + 1) * sizeof(struct objc_method_description_t) > left) {
3780 memcpy(&md, list + i * sizeof(struct objc_method_description_t),
3781 sizeof(struct objc_method_description_t));