Searched refs:ivar_type (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2892 uint32_t ivar_type; /* char * (32-bit pointer) */ member in struct:objc_ivar_t
3173 sys::swapByteOrder(objc_ivar.ivar_type);
4821 outs() << "\t\t\tivar_type " << format("0x%08" PRIx32, ivar.ivar_type);
4823 name = get_pointer_32(ivar.ivar_type, offset, xleft, S, info, true);

Completed in 126 milliseconds