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

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2690 struct method_list64_t { struct
2991 inline void swapStruct(struct method_list64_t &ml) {
3460 struct method_list64_t ml;
3471 memset(&ml, '\0', sizeof(struct method_list64_t));
3472 if (left < sizeof(struct method_list64_t)) {
3476 memcpy(&ml, r, sizeof(struct method_list64_t));
3482 p += sizeof(struct method_list64_t);
3483 offset += sizeof(struct method_list64_t);

Completed in 62 milliseconds