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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3926 inline void swapStruct(struct objc_category_t &objc_category) { argument
3927 sys::swapByteOrder(objc_category.category_name);
3928 sys::swapByteOrder(objc_category.class_name);
3929 sys::swapByteOrder(objc_category.instance_methods);
3930 sys::swapByteOrder(objc_category.class_methods);
3931 sys::swapByteOrder(objc_category.protocols);
5620 static void print_objc_objc_category_t(struct objc_category_t *objc_category, argument
5627 << format("0x%08" PRIx32, objc_category->category_name);
5629 name = get_pointer_32(objc_category->category_name, offset, left, S, info,
5639 << format("0x%08" PRIx32, objc_category
6280 struct objc_category_t objc_category; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5674 static bool objc_category = false; local
5675 if (!objc_category) {
5685 objc_category = true;

Completed in 234 milliseconds