Home
last modified time | relevance | path

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

/external/llvm/test/MC/MachO/
Dx86_64-sections.s31 .objc_category
Dx86_32-sections.s35 .objc_category
Dx86_64-symbols.s96 .objc_category
Dx86_32-symbols.s96 .objc_category
/external/llvm/tools/llvm-objdump/
DMachODump.cpp3000 inline void swapStruct(struct objc_category_t &objc_category) { in swapStruct() argument
3001 sys::swapByteOrder(objc_category.category_name); in swapStruct()
3002 sys::swapByteOrder(objc_category.class_name); in swapStruct()
3003 sys::swapByteOrder(objc_category.instance_methods); in swapStruct()
3004 sys::swapByteOrder(objc_category.class_methods); in swapStruct()
3005 sys::swapByteOrder(objc_category.protocols); in swapStruct()
4691 static void print_objc_objc_category_t(struct objc_category_t *objc_category, in print_objc_objc_category_t() argument
4698 << format("0x%08" PRIx32, objc_category->category_name); in print_objc_objc_category_t()
4700 name = get_pointer_32(objc_category->category_name, offset, left, S, info, in print_objc_objc_category_t()
4710 << format("0x%08" PRIx32, objc_category->class_name); in print_objc_objc_category_t()
[all …]
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp5700 static bool objc_category = false; in RewriteObjCCategoryImplDecl() local
5701 if (!objc_category) { in RewriteObjCCategoryImplDecl()
5711 objc_category = true; in RewriteObjCCategoryImplDecl()