Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp3468 struct method_list64_t { struct
3771 inline void swapStruct(struct method_list64_t &ml) { in swapStruct()
4249 struct method_list64_t ml; in print_method_list64_t()
4260 memset(&ml, '\0', sizeof(struct method_list64_t)); in print_method_list64_t()
4261 if (left < sizeof(struct method_list64_t)) { in print_method_list64_t()
4265 memcpy(&ml, r, sizeof(struct method_list64_t)); in print_method_list64_t()
4271 p += sizeof(struct method_list64_t); in print_method_list64_t()
4272 offset += sizeof(struct method_list64_t); in print_method_list64_t()