Searched refs:objc_category (Results 1 – 4 of 4) sorted by relevance
24 DEF_SECTION (objc_category_section, 0, ".objc_category", 1)
3586 sys::swapByteOrder(objc_category.category_name); in swapStruct()3587 sys::swapByteOrder(objc_category.class_name); in swapStruct()3588 sys::swapByteOrder(objc_category.instance_methods); in swapStruct()3589 sys::swapByteOrder(objc_category.class_methods); in swapStruct()3590 sys::swapByteOrder(objc_category.protocols); in swapStruct()5291 << format("0x%08" PRIx32, objc_category->class_name); in print_objc_objc_category_t()5309 if (print_method_list(objc_category->class_methods, info)) in print_objc_objc_category_t()5913 struct objc_category_t objc_category; in printObjc1_32bit_MetaData() local6063 memcpy(&objc_category, r, left); in printObjc1_32bit_MetaData()6066 swapStruct(objc_category); in printObjc1_32bit_MetaData()[all …]
5670 static bool objc_category = false; in RewriteObjCCategoryImplDecl() local5671 if (!objc_category) { in RewriteObjCCategoryImplDecl()5681 objc_category = true; in RewriteObjCCategoryImplDecl()
414 def SubjectMatcherForObjCCategory : AttrSubjectMatcherRule<"objc_category",