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

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2646 uint64_t data; // class_ro64_t * (64-bit pointer)
2657 struct class_ro64_t { struct
2964 inline void swapStruct(struct class_ro64_t &cro) {
3255 if (r == nullptr || left < sizeof(struct class_ro64_t))
3257 struct class_ro64_t cro;
3258 memcpy(&cro, r, sizeof(struct class_ro64_t));
4384 struct class_ro64_t cro;
4392 if (r == nullptr || left < sizeof(struct class_ro64_t))
4394 memset(&cro, '\0', sizeof(struct class_ro64_t));
4395 if (left < sizeof(struct class_ro64_t)) {
[all...]

Completed in 75 milliseconds