Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp2936 struct objc_method_description_t { struct
3205 inline void swapStruct(struct objc_method_description_t &md) { in swapStruct()
3907 struct objc_method_description_t md; in print_method_description_list()
3932 if ((i + 1) * sizeof(struct objc_method_description_t) > left) { in print_method_description_list()
3939 memcpy(&md, list + i * sizeof(struct objc_method_description_t), in print_method_description_list()
3940 sizeof(struct objc_method_description_t)); in print_method_description_list()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp3706 struct objc_method_description_t { struct
3975 inline void swapStruct(struct objc_method_description_t &md) { in swapStruct()
4686 struct objc_method_description_t md; in print_method_description_list()
4711 if ((i + 1) * sizeof(struct objc_method_description_t) > left) { in print_method_description_list()
4718 memcpy(&md, list + i * sizeof(struct objc_method_description_t), in print_method_description_list()
4719 sizeof(struct objc_method_description_t)); in print_method_description_list()