Home
last modified time | relevance | path

Searched refs:baseMethods (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/
Dmacho-objc-meta-data.test23 OBJC2_64BIT_EXE: baseMethods 0x100002098 (struct method_list_t *)
48 OBJC2_64BIT_EXE: baseMethods 0x0 (struct method_list_t *)
65 OBJC2_64BIT_EXE: baseMethods 0x100002910 (struct method_list_t *)
110 OBJC2_64BIT_EXE: baseMethods 0x0 (struct method_list_t *)
147 OBJC2_64BIT_OBJ: baseMethods l_OBJC_$_INSTANCE_METHODS_AppDelegate (struct method_lis…
192 OBJC2_64BIT_OBJ: baseMethods 0x0 (struct method_list_t *)
228 OBJC2_32BIT_EXE: baseMethods 0x6614 (struct method_list_t *)
314 OBJC2_32BIT_EXE: baseMethods 0x0 (struct method_list_t *)
350 OBJC2_32BIT_EXE: baseMethods 0x6730 (struct method_list_t *)
431 OBJC2_32BIT_EXE: baseMethods 0x0 (struct method_list_t *)
[all …]
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-objc-meta-data.test22 OBJC2_64BIT_EXE: baseMethods 0x100002098 (struct method_list_t *)
47 OBJC2_64BIT_EXE: baseMethods 0x0 (struct method_list_t *)
64 OBJC2_64BIT_EXE: baseMethods 0x100002910 (struct method_list_t *)
109 OBJC2_64BIT_EXE: baseMethods 0x0 (struct method_list_t *)
146 OBJC2_64BIT_OBJ: baseMethods l_OBJC_$_INSTANCE_METHODS_AppDelegate (struct method_lis…
191 OBJC2_64BIT_OBJ: baseMethods 0x0 (struct method_list_t *)
227 OBJC2_32BIT_EXE: baseMethods 0x6614 (struct method_list_t *)
313 OBJC2_32BIT_EXE: baseMethods 0x0 (struct method_list_t *)
349 OBJC2_32BIT_EXE: baseMethods 0x6730 (struct method_list_t *)
430 OBJC2_32BIT_EXE: baseMethods 0x0 (struct method_list_t *)
[all …]
/external/llvm/tools/llvm-objdump/
DMachODump.cpp2664 uint64_t baseMethods; // const method_list_t * (64-bit pointer) member
2677 uint32_t baseMethods; /* const method_list_t * (32-bit pointer) */ member
2971 sys::swapByteOrder(cro.baseMethods); in swapStruct()
2984 sys::swapByteOrder(cro.baseMethods); in swapStruct()
4436 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, baseMethods), in print_class_ro64_t()
4437 S, info, n_value, cro.baseMethods); in print_class_ro64_t()
4443 if (cro.baseMethods != 0) in print_class_ro64_t()
4444 outs() << " + " << format("0x%" PRIx64, cro.baseMethods); in print_class_ro64_t()
4446 outs() << format("0x%" PRIx64, cro.baseMethods); in print_class_ro64_t()
4448 if (cro.baseMethods + n_value != 0) in print_class_ro64_t()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp3061 uint64_t baseMethods; // const method_list_t * (64-bit pointer) member
3074 uint32_t baseMethods; /* const method_list_t * (32-bit pointer) */ member
3370 sys::swapByteOrder(cro.baseMethods); in swapStruct()
3383 sys::swapByteOrder(cro.baseMethods); in swapStruct()
4830 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, baseMethods), in print_class_ro64_t()
4831 S, info, n_value, cro.baseMethods); in print_class_ro64_t()
4837 if (cro.baseMethods != 0) in print_class_ro64_t()
4838 outs() << " + " << format("0x%" PRIx64, cro.baseMethods); in print_class_ro64_t()
4840 outs() << format("0x%" PRIx64, cro.baseMethods); in print_class_ro64_t()
4842 if (cro.baseMethods + n_value != 0) in print_class_ro64_t()
[all …]
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp6421 ArrayRef<ObjCMethodDecl *>baseMethods, in Write__class_ro_t_initializer() argument
6443 if (baseMethods.size() > 0) { in Write__class_ro_t_initializer()