Searched refs:class_ro32_t (Results 1 - 1 of 1) sorted by path

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2654 uint32_t data; /* class_ro32_t * (32-bit pointer) */
2671 struct class_ro32_t { struct
2978 inline void swapStruct(struct class_ro32_t &cro) {
4523 struct class_ro32_t cro;
4532 memset(&cro, '\0', sizeof(struct class_ro32_t));
4533 if (left < sizeof(struct class_ro32_t)) {
4537 memcpy(&cro, r, sizeof(struct class_ro32_t));

Completed in 286 milliseconds