Searched refs:objc_category (Results 1 - 10 of 10) sorted by last modified time

/external/swiftshader/third_party/LLVM/test/MC/MachO/
H A Dx86_32-sections.s35 .objc_category
H A Dx86_32-symbols.s96 .objc_category
H A Dx86_64-sections.s31 .objc_category
H A Dx86_64-symbols.s96 .objc_category
/external/llvm/test/MC/MachO/
H A Dx86_32-sections.s35 .objc_category
H A Dx86_32-symbols.s96 .objc_category
H A Dx86_64-sections.s31 .objc_category
H A Dx86_64-symbols.s96 .objc_category
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp3159 inline void swapStruct(struct objc_category_t &objc_category) { argument
3160 sys::swapByteOrder(objc_category.category_name);
3161 sys::swapByteOrder(objc_category.class_name);
3162 sys::swapByteOrder(objc_category.instance_methods);
3163 sys::swapByteOrder(objc_category.class_methods);
3164 sys::swapByteOrder(objc_category.protocols);
4850 static void print_objc_objc_category_t(struct objc_category_t *objc_category, argument
4857 << format("0x%08" PRIx32, objc_category->category_name);
4859 name = get_pointer_32(objc_category->category_name, offset, left, S, info,
4869 << format("0x%08" PRIx32, objc_category
5467 struct objc_category_t objc_category; local
[all...]
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5679 static bool objc_category = false; local
5680 if (!objc_category) {
5690 objc_category = true;

Completed in 405 milliseconds