Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/
HDdarwin-sections.def24 DEF_SECTION (objc_category_section, 0, ".objc_category", 1)
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp3004 inline void swapStruct(struct objc_category_t &objc_category) { in swapStruct() argument
3005 sys::swapByteOrder(objc_category.category_name); in swapStruct()
3006 sys::swapByteOrder(objc_category.class_name); in swapStruct()
3007 sys::swapByteOrder(objc_category.instance_methods); in swapStruct()
3008 sys::swapByteOrder(objc_category.class_methods); in swapStruct()
3009 sys::swapByteOrder(objc_category.protocols); in swapStruct()
4685 static void print_objc_objc_category_t(struct objc_category_t *objc_category, in print_objc_objc_category_t() argument
4692 << format("0x%08" PRIx32, objc_category->category_name); in print_objc_objc_category_t()
4694 name = get_pointer_32(objc_category->category_name, offset, left, S, info, in print_objc_objc_category_t()
4704 << format("0x%08" PRIx32, objc_category->class_name); in print_objc_objc_category_t()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp5711 static bool objc_category = false; in RewriteObjCCategoryImplDecl() local
5712 if (!objc_category) { in RewriteObjCCategoryImplDecl()
5722 objc_category = true; in RewriteObjCCategoryImplDecl()