Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp4151 inline void swapStruct(struct objc_category_t &objc_category) { in swapStruct() argument
4152 sys::swapByteOrder(objc_category.category_name); in swapStruct()
4153 sys::swapByteOrder(objc_category.class_name); in swapStruct()
4154 sys::swapByteOrder(objc_category.instance_methods); in swapStruct()
4155 sys::swapByteOrder(objc_category.class_methods); in swapStruct()
4156 sys::swapByteOrder(objc_category.protocols); in swapStruct()
5943 static void print_objc_objc_category_t(struct objc_category_t *objc_category, in print_objc_objc_category_t() argument
5950 << format("0x%08" PRIx32, objc_category->category_name); in print_objc_objc_category_t()
5952 name = get_pointer_32(objc_category->category_name, offset, left, S, info, in print_objc_objc_category_t()
5962 << format("0x%08" PRIx32, objc_category->class_name); in print_objc_objc_category_t()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td572 def SubjectMatcherForObjCCategory : AttrSubjectMatcherRule<"objc_category",