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

References

tools/llvm-objdump/MachODump.cpp
 6423           memcpy(&objc_category, r, sizeof(struct objc_category_t));
 6426           memset(&objc_category, '\0', sizeof(struct objc_category_t));
 6427           memcpy(&objc_category, r, left);
 6430           swapStruct(objc_category);
 6431         print_objc_objc_category_t(&objc_category, &info);