reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objdump/MachODump.cpp
 3926 inline void swapStruct(struct objc_category_t &objc_category) {
 5620 static void print_objc_objc_category_t(struct objc_category_t *objc_category,
 6280   struct objc_category_t objc_category;
 6421         if (left > sizeof(struct objc_category_t)) {
 6423           memcpy(&objc_category, r, sizeof(struct objc_category_t));
 6426           memset(&objc_category, '\0', sizeof(struct objc_category_t));