Searched defs:ivar_offset (Results 1 - 1 of 1) sorted by path

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2893 int32_t ivar_offset; member in struct:objc_ivar_t
3174 sys::swapByteOrder(objc_ivar.ivar_offset);
4086 uint64_t ivar_offset, n_value; local
4131 memcpy(&ivar_offset, ivar_offset_p, sizeof(ivar_offset));
4133 sys::swapByteOrder(ivar_offset);
4134 outs() << " " << ivar_offset << "\n";
4187 uint32_t ivar_offset; local
4221 memcpy(&ivar_offset, ivar_offset_p, sizeof(ivar_offset));
[all...]

Completed in 264 milliseconds