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

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2622 /* struct objc_property64 first; These structures follow inline */
2631 struct objc_property64 { struct
2920 inline void swapStruct(struct objc_property64 &op) {
4092 struct objc_property64 op;
4119 memset(&op, '\0', sizeof(struct objc_property64));
4120 if (left < sizeof(struct objc_property64)) {
4124 memcpy(&op, r, sizeof(struct objc_property64));
4129 sym_name = get_symbol_64(offset + offsetof(struct objc_property64, name), S,
4147 get_symbol_64(offset + offsetof(struct objc_property64, attributes), S,
4163 p += sizeof(struct objc_property64);
[all...]

Completed in 189 milliseconds