HomeSort by: relevance | last modified time | path
    Searched defs:objc_category (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libobjc/objc-private/
module-abi-8.h 282 struct objc_category struct
  /src/external/gpl3/gcc/dist/libobjc/objc-private/
module-abi-8.h 282 struct objc_category struct
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 5684 static bool objc_category = false; local
5685 if (!objc_category) {
5695 objc_category = true;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 3916 inline void swapStruct(struct objc_category_t &objc_category) {
3917 sys::swapByteOrder(objc_category.category_name);
3918 sys::swapByteOrder(objc_category.class_name);
3919 sys::swapByteOrder(objc_category.instance_methods);
3920 sys::swapByteOrder(objc_category.class_methods);
3921 sys::swapByteOrder(objc_category.protocols);
5612 static void print_objc_objc_category_t(struct objc_category_t *objc_category,
5619 << format("0x%08" PRIx32, objc_category->category_name);
5621 name = get_pointer_32(objc_category->category_name, offset, left, S, info,
5631 << format("0x%08" PRIx32, objc_category->class_name)
6270 struct objc_category_t objc_category; local
    [all...]

Completed in 55 milliseconds