Searched refs:objc_image_info32 (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp3836 struct objc_image_info32 { struct in namespace:__anon3716
4126 inline void swapStruct(struct objc_image_info32 &o) {
6262 struct objc_image_info32 o;
6282 memset(&o, '\0', sizeof(struct objc_image_info32));
6283 if (left < sizeof(struct objc_image_info32)) {
6287 memcpy(&o, r, sizeof(struct objc_image_info32));

Completed in 194 milliseconds