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

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2781 /* struct objc_property64 first; These structures follow inline */
2790 struct objc_property64 { struct
3079 inline void swapStruct(struct objc_property64 &op) {
4251 struct objc_property64 op;
4278 memset(&op, '\0', sizeof(struct objc_property64));
4279 if (left < sizeof(struct objc_property64)) {
4283 memcpy(&op, r, sizeof(struct objc_property64));
4288 sym_name = get_symbol_64(offset + offsetof(struct objc_property64, name), S,
4306 get_symbol_64(offset + offsetof(struct objc_property64, attributes), S,
4322 p += sizeof(struct objc_property64);
[all...]

Completed in 76 milliseconds