Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp3631 struct class_ro64_t { struct
3950 inline void swapStruct(struct class_ro64_t &cro) { in swapStruct()
4249 if (r == nullptr || left < sizeof(struct class_ro64_t)) in get_objc2_64bit_class_name()
4251 struct class_ro64_t cro; in get_objc2_64bit_class_name()
4252 memcpy(&cro, r, sizeof(struct class_ro64_t)); in get_objc2_64bit_class_name()
5481 struct class_ro64_t cro; in print_class_ro64_t()
5489 if (r == nullptr || left < sizeof(struct class_ro64_t)) in print_class_ro64_t()
5491 memcpy(&cro, r, sizeof(struct class_ro64_t)); in print_class_ro64_t()
5511 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, name), S, in print_class_ro64_t()
5528 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, baseMethods), in print_class_ro64_t()
[all …]