Searched refs:objc_method_list_t (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2901 struct objc_method_list_t { struct
3177 inline void swapStruct(struct objc_method_list_t &method_list) {
3615 struct objc_method_list_t method_list;
3625 if (left > sizeof(struct objc_method_list_t)) {
3626 memcpy(&method_list, r, sizeof(struct objc_method_list_t));
3629 memset(&method_list, '\0', sizeof(struct objc_method_list_t));
3639 methods = r + sizeof(struct objc_method_list_t);

Completed in 71 milliseconds