Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DObjC.cpp104 DO(Ptr, baseMethods) \
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3947 sys::swapByteOrder(cro.baseMethods); in swapStruct()
3960 sys::swapByteOrder(cro.baseMethods); in swapStruct()
5417 S, info, n_value, cro.baseMethods); in print_class_ro64_t()
5423 if (cro.baseMethods != 0) in print_class_ro64_t()
5424 outs() << " + " << format("0x%" PRIx64, cro.baseMethods); in print_class_ro64_t()
5426 outs() << format("0x%" PRIx64, cro.baseMethods); in print_class_ro64_t()
5428 if (cro.baseMethods + n_value != 0) in print_class_ro64_t()
5429 print_method_list64_t(cro.baseMethods + n_value, info, ""); in print_class_ro64_t()
5541 << format("0x%" PRIx32, cro.baseMethods) in print_class_ro32_t()
5543 if (cro.baseMethods != 0) in print_class_ro32_t()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6408 ArrayRef<ObjCMethodDecl *>baseMethods, in Write__class_ro_t_initializer() argument
6430 if (baseMethods.size() > 0) { in Write__class_ro_t_initializer()