Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp3568 struct objc_property64 { struct
3859 inline void swapStruct(struct objc_property64 &op) { in swapStruct()
5040 struct objc_property64 op; in print_objc_property_list64()
5067 memset(&op, '\0', sizeof(struct objc_property64)); in print_objc_property_list64()
5068 if (left < sizeof(struct objc_property64)) { in print_objc_property_list64()
5072 memcpy(&op, r, sizeof(struct objc_property64)); in print_objc_property_list64()
5077 sym_name = get_symbol_64(offset + offsetof(struct objc_property64, name), S, in print_objc_property_list64()
5095 get_symbol_64(offset + offsetof(struct objc_property64, attributes), S, in print_objc_property_list64()
5111 p += sizeof(struct objc_property64); in print_objc_property_list64()
5112 offset += sizeof(struct objc_property64); in print_objc_property_list64()