Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp3573 struct objc_property32 { struct
3864 inline void swapStruct(struct objc_property32 &op) { in swapStruct()
5119 struct objc_property32 op; in print_objc_property_list32()
5145 memset(&op, '\0', sizeof(struct objc_property32)); in print_objc_property_list32()
5146 if (left < sizeof(struct objc_property32)) { in print_objc_property_list32()
5150 memcpy(&op, r, sizeof(struct objc_property32)); in print_objc_property_list32()
5166 p += sizeof(struct objc_property32); in print_objc_property_list32()
5167 offset += sizeof(struct objc_property32); in print_objc_property_list32()