Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3917 sys::swapByteOrder(objc_category.category_name); in swapStruct()
3918 sys::swapByteOrder(objc_category.class_name); in swapStruct()
3919 sys::swapByteOrder(objc_category.instance_methods); in swapStruct()
3920 sys::swapByteOrder(objc_category.class_methods); in swapStruct()
3921 sys::swapByteOrder(objc_category.protocols); in swapStruct()
5631 << format("0x%08" PRIx32, objc_category->class_name); in print_objc_objc_category_t()
5649 if (print_method_list(objc_category->class_methods, info)) in print_objc_objc_category_t()
6270 struct objc_category_t objc_category; in printObjc1_32bit_MetaData() local
6416 memcpy(&objc_category, r, left); in printObjc1_32bit_MetaData()
6419 swapStruct(objc_category); in printObjc1_32bit_MetaData()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5672 static bool objc_category = false; in RewriteObjCCategoryImplDecl() local
5673 if (!objc_category) { in RewriteObjCCategoryImplDecl()
5683 objc_category = true; in RewriteObjCCategoryImplDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td471 def SubjectMatcherForObjCCategory : AttrSubjectMatcherRule<"objc_category",