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

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2787 /* struct objc_property32 first; These structures follow inline */
2795 struct objc_property32 { struct
3084 inline void swapStruct(struct objc_property32 &op) {
4330 struct objc_property32 op;
4356 memset(&op, '\0', sizeof(struct objc_property32));
4357 if (left < sizeof(struct objc_property32)) {
4361 memcpy(&op, r, sizeof(struct objc_property32));
4377 p += sizeof(struct objc_property32);
4378 offset += sizeof(struct objc_property32);

Completed in 53 milliseconds