Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3766 struct objc_property_list64 { struct
4065 inline void swapStruct(struct objc_property_list64 &pl) { in swapStruct()
5351 struct objc_property_list64 opl; in print_objc_property_list64()
5362 memset(&opl, '\0', sizeof(struct objc_property_list64)); in print_objc_property_list64()
5363 if (left < sizeof(struct objc_property_list64)) { in print_objc_property_list64()
5367 memcpy(&opl, r, sizeof(struct objc_property_list64)); in print_objc_property_list64()
5373 p += sizeof(struct objc_property_list64); in print_objc_property_list64()
5374 offset += sizeof(struct objc_property_list64); in print_objc_property_list64()