Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp2636 struct objc_property32 { struct
2925 inline void swapStruct(struct objc_property32 &op) { in swapStruct()
4171 struct objc_property32 op; in print_objc_property_list32()
4197 memset(&op, '\0', sizeof(struct objc_property32)); in print_objc_property_list32()
4198 if (left < sizeof(struct objc_property32)) { in print_objc_property_list32()
4202 memcpy(&op, r, sizeof(struct objc_property32)); in print_objc_property_list32()
4218 p += sizeof(struct objc_property32); in print_objc_property_list32()
4219 offset += sizeof(struct objc_property32); in print_objc_property_list32()