Searched refs:objc_property64 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 2790 struct objc_property64 { struct 3079 inline void swapStruct(struct objc_property64 &op) { in swapStruct() 4251 struct objc_property64 op; in print_objc_property_list64() 4278 memset(&op, '\0', sizeof(struct objc_property64)); in print_objc_property_list64() 4279 if (left < sizeof(struct objc_property64)) { in print_objc_property_list64() 4283 memcpy(&op, r, sizeof(struct objc_property64)); in print_objc_property_list64() 4288 sym_name = get_symbol_64(offset + offsetof(struct objc_property64, name), S, in print_objc_property_list64() 4306 get_symbol_64(offset + offsetof(struct objc_property64, attributes), S, in print_objc_property_list64() 4322 p += sizeof(struct objc_property64); in print_objc_property_list64() 4323 offset += sizeof(struct objc_property64); in print_objc_property_list64()
|