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

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2882 struct objc_category_t { struct
3159 inline void swapStruct(struct objc_category_t &objc_category) {
4850 static void print_objc_objc_category_t(struct objc_category_t *objc_category,
5467 struct objc_category_t objc_category;
5623 if (left > sizeof(struct objc_category_t)) {
5625 memcpy(&objc_category, r, sizeof(struct objc_category_t));
5628 memset(&objc_category, '\0', sizeof(struct objc_category_t));

Completed in 47 milliseconds