Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3768 struct objc_property_list32 { struct
4066 inline void swapStruct(struct objc_property_list32 &pl) { in swapStruct()
5426 struct objc_property_list32 opl; in print_objc_property_list32()
5436 memset(&opl, '\0', sizeof(struct objc_property_list32)); in print_objc_property_list32()
5437 if (left < sizeof(struct objc_property_list32)) { in print_objc_property_list32()
5441 memcpy(&opl, r, sizeof(struct objc_property_list32)); in print_objc_property_list32()
5447 p += sizeof(struct objc_property_list32); in print_objc_property_list32()
5448 offset += sizeof(struct objc_property_list32); in print_objc_property_list32()