Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp2687 struct objc_property64 { struct
2976 inline void swapStruct(struct objc_property64 &op) { in swapStruct()
4146 struct objc_property64 op; in print_objc_property_list64()
4173 memset(&op, '\0', sizeof(struct objc_property64)); in print_objc_property_list64()
4174 if (left < sizeof(struct objc_property64)) { in print_objc_property_list64()
4178 memcpy(&op, r, sizeof(struct objc_property64)); in print_objc_property_list64()
4183 sym_name = get_symbol_64(offset + offsetof(struct objc_property64, name), S, in print_objc_property_list64()
4201 get_symbol_64(offset + offsetof(struct objc_property64, attributes), S, in print_objc_property_list64()
4217 p += sizeof(struct objc_property64); in print_objc_property_list64()
4218 offset += sizeof(struct objc_property64); in print_objc_property_list64()