Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp3474 struct method_list32_t { struct
3776 inline void swapStruct(struct method_list32_t &ml) { in swapStruct()
4342 struct method_list32_t ml; in print_method_list32_t()
4351 memset(&ml, '\0', sizeof(struct method_list32_t)); in print_method_list32_t()
4352 if (left < sizeof(struct method_list32_t)) { in print_method_list32_t()
4356 memcpy(&ml, r, sizeof(struct method_list32_t)); in print_method_list32_t()
4362 p += sizeof(struct method_list32_t); in print_method_list32_t()
4363 offset += sizeof(struct method_list32_t); in print_method_list32_t()