Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp3397 sys::swapByteOrder(cro.baseMethods); in swapStruct()
3410 sys::swapByteOrder(cro.baseMethods); in swapStruct()
4858 S, info, n_value, cro.baseMethods); in print_class_ro64_t()
4864 if (cro.baseMethods != 0) in print_class_ro64_t()
4865 outs() << " + " << format("0x%" PRIx64, cro.baseMethods); in print_class_ro64_t()
4867 outs() << format("0x%" PRIx64, cro.baseMethods); in print_class_ro64_t()
4869 if (cro.baseMethods + n_value != 0) in print_class_ro64_t()
4870 print_method_list64_t(cro.baseMethods + n_value, info, ""); in print_class_ro64_t()
4982 << format("0x%" PRIx32, cro.baseMethods) in print_class_ro32_t()
4984 if (cro.baseMethods != 0) in print_class_ro32_t()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6412 ArrayRef<ObjCMethodDecl *>baseMethods, in Write__class_ro_t_initializer() argument
6434 if (baseMethods.size() > 0) { in Write__class_ro_t_initializer()