Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp2784 struct objc_property_list32 { struct
3074 inline void swapStruct(struct objc_property_list32 &pl) { in swapStruct()
4329 struct objc_property_list32 opl; in print_objc_property_list32()
4339 memset(&opl, '\0', sizeof(struct objc_property_list32)); in print_objc_property_list32()
4340 if (left < sizeof(struct objc_property_list32)) { in print_objc_property_list32()
4344 memcpy(&opl, r, sizeof(struct objc_property_list32)); in print_objc_property_list32()
4350 p += sizeof(struct objc_property_list32); in print_objc_property_list32()
4351 offset += sizeof(struct objc_property_list32); in print_objc_property_list32()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp3552 struct objc_property_list32 { struct
3844 inline void swapStruct(struct objc_property_list32 &pl) { in swapStruct()
5108 struct objc_property_list32 opl; in print_objc_property_list32()
5118 memset(&opl, '\0', sizeof(struct objc_property_list32)); in print_objc_property_list32()
5119 if (left < sizeof(struct objc_property_list32)) { in print_objc_property_list32()
5123 memcpy(&opl, r, sizeof(struct objc_property_list32)); in print_objc_property_list32()
5129 p += sizeof(struct objc_property_list32); in print_objc_property_list32()
5130 offset += sizeof(struct objc_property_list32); in print_objc_property_list32()