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

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2759 /* struct ivar32_t first; These structures follow inline */
2770 struct ivar32_t { struct
3061 inline void swapStruct(struct ivar32_t &i) {
4182 struct ivar32_t i;
4209 memset(&i, '\0', sizeof(struct ivar32_t));
4210 if (left < sizeof(struct ivar32_t)) {
4214 memcpy(&i, r, sizeof(struct ivar32_t));
4243 p += sizeof(struct ivar32_t);
4244 offset += sizeof(struct ivar32_t);

Completed in 48 milliseconds