Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp2833 struct objc_method_description_t { struct
3102 inline void swapStruct(struct objc_method_description_t &md) { in swapStruct()
3802 struct objc_method_description_t md; in print_method_description_list()
3827 if ((i + 1) * sizeof(struct objc_method_description_t) > left) { in print_method_description_list()
3834 memcpy(&md, list + i * sizeof(struct objc_method_description_t), in print_method_description_list()
3835 sizeof(struct objc_method_description_t)); in print_method_description_list()