Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp3790 struct objc_property_list64 { struct
4083 inline void swapStruct(struct objc_property_list64 &pl) { in swapStruct()
5273 struct objc_property_list64 opl; in print_objc_property_list64()
5284 memset(&opl, '\0', sizeof(struct objc_property_list64)); in print_objc_property_list64()
5285 if (left < sizeof(struct objc_property_list64)) { in print_objc_property_list64()
5289 memcpy(&opl, r, sizeof(struct objc_property_list64)); in print_objc_property_list64()
5295 p += sizeof(struct objc_property_list64); in print_objc_property_list64()
5296 offset += sizeof(struct objc_property_list64); in print_objc_property_list64()