Home
last modified time | relevance | path

Searched defs:class_ro64_t (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp3669 struct class_ro64_t { struct
3670 uint32_t flags;
3671 uint32_t instanceStart;
3672 uint32_t instanceSize;
3673 uint32_t reserved;
3674 uint64_t ivarLayout; // const uint8_t * (64-bit pointer)
3675 uint64_t name; // const char * (64-bit pointer)
3676 uint64_t baseMethods; // const method_list_t * (64-bit pointer)
3677 uint64_t baseProtocols; // const protocol_list_t * (64-bit pointer)
3678 uint64_t ivars; // const ivar_list_t * (64-bit pointer)
[all …]