Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3419 uint64_t baseMethods; // const method_list_t * (64-bit pointer) member
3432 uint32_t baseMethods; /* const method_list_t * (32-bit pointer) */ member
3728 sys::swapByteOrder(cro.baseMethods); in swapStruct()
3741 sys::swapByteOrder(cro.baseMethods); in swapStruct()
5197 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, baseMethods), in print_class_ro64_t()
5198 S, info, n_value, cro.baseMethods); in print_class_ro64_t()
5204 if (cro.baseMethods != 0) in print_class_ro64_t()
5205 outs() << " + " << format("0x%" PRIx64, cro.baseMethods); in print_class_ro64_t()
5207 outs() << format("0x%" PRIx64, cro.baseMethods); in print_class_ro64_t()
5209 if (cro.baseMethods + n_value != 0) in print_class_ro64_t()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-next-runtime-abi-02.c3206 tree baseMethods, tree baseProtocols, in build_v2_class_ro_t_initializer() argument
3247 if (baseMethods) in build_v2_class_ro_t_initializer()
3248 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, baseMethods, 0)); in build_v2_class_ro_t_initializer()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-next-runtime-abi-02.cc3219 tree baseMethods, tree baseProtocols, in build_v2_class_ro_t_initializer() argument
3260 if (baseMethods) in build_v2_class_ro_t_initializer()
3261 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, baseMethods, 0)); in build_v2_class_ro_t_initializer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6420 ArrayRef<ObjCMethodDecl *>baseMethods, in Write__class_ro_t_initializer() argument
6442 if (baseMethods.size() > 0) { in Write__class_ro_t_initializer()