Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp3502 struct protocol64_t { struct
3801 inline void swapStruct(struct protocol64_t &p) { in swapStruct()
4476 struct protocol64_t pc; in print_protocol_list64_t()
4526 memset(&pc, '\0', sizeof(struct protocol64_t)); in print_protocol_list64_t()
4527 if (left < sizeof(struct protocol64_t)) { in print_protocol_list64_t()
4531 memcpy(&pc, r, sizeof(struct protocol64_t)); in print_protocol_list64_t()
4538 sym_name = get_symbol_64(offset + offsetof(struct protocol64_t, name), S, in print_protocol_list64_t()
4558 get_symbol_64(offset + offsetof(struct protocol64_t, instanceMethods), in print_protocol_list64_t()
4575 get_symbol_64(offset + offsetof(struct protocol64_t, classMethods), S, in print_protocol_list64_t()