Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3774 struct objc_property64 { struct
4071 inline void swapStruct(struct objc_property64 &op) { in swapStruct()
5348 struct objc_property64 op; in print_objc_property_list64()
5375 memset(&op, '\0', sizeof(struct objc_property64)); in print_objc_property_list64()
5376 if (left < sizeof(struct objc_property64)) { in print_objc_property_list64()
5380 memcpy(&op, r, sizeof(struct objc_property64)); in print_objc_property_list64()
5385 sym_name = get_symbol_64(offset + offsetof(struct objc_property64, name), S, in print_objc_property_list64()
5403 get_symbol_64(offset + offsetof(struct objc_property64, attributes), S, in print_objc_property_list64()
5419 p += sizeof(struct objc_property64); in print_objc_property_list64()
5420 offset += sizeof(struct objc_property64); in print_objc_property_list64()