Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3635 struct class_ro64_t { struct
3954 inline void swapStruct(struct class_ro64_t &cro) { in swapStruct()
4253 if (r == nullptr || left < sizeof(struct class_ro64_t)) in get_objc2_64bit_class_name()
4255 struct class_ro64_t cro; in get_objc2_64bit_class_name()
4256 memcpy(&cro, r, sizeof(struct class_ro64_t)); in get_objc2_64bit_class_name()
5485 struct class_ro64_t cro; in print_class_ro64_t()
5493 if (r == nullptr || left < sizeof(struct class_ro64_t)) in print_class_ro64_t()
5495 memcpy(&cro, r, sizeof(struct class_ro64_t)); in print_class_ro64_t()
5515 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, name), S, in print_class_ro64_t()
5532 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, baseMethods), in print_class_ro64_t()
[all …]