Home
last modified time | relevance | path

Searched refs:objc_category (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/config/
H A Ddarwin-sections.def24 DEF_SECTION (objc_category_section, 0, ".objc_category", 1)
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp3586 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() local
6063 memcpy(&objc_category, r, left); in printObjc1_32bit_MetaData()
6066 swapStruct(objc_category); in printObjc1_32bit_MetaData()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5670 static bool objc_category = false; in RewriteObjCCategoryImplDecl() local
5671 if (!objc_category) { in RewriteObjCCategoryImplDecl()
5681 objc_category = true; in RewriteObjCCategoryImplDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttr.td414 def SubjectMatcherForObjCCategory : AttrSubjectMatcherRule<"objc_category",