Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3782 sys::swapByteOrder(p.instanceMethods); in swapStruct()
3793 sys::swapByteOrder(p.instanceMethods); in swapStruct()
3849 sys::swapByteOrder(c.instanceMethods); in swapStruct()
3858 sys::swapByteOrder(c.instanceMethods); in swapStruct()
4542 if (pc.instanceMethods != 0) in print_protocol_list64_t()
4547 if (pc.instanceMethods + n_value != 0) in print_protocol_list64_t()
4636 << format("0x%" PRIx32, pc.instanceMethods) in print_protocol_list32_t()
4638 if (pc.instanceMethods != 0) in print_protocol_list32_t()
5715 if (c.instanceMethods != 0) in print_category64_t()
5720 if (c.instanceMethods + n_value != 0) in print_category64_t()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp6732 SmallVector<const ObjCMethodDecl *, 16> instanceMethods; in GenerateCategory() local
6738 instanceMethods.push_back(MD); in GenerateCategory()
6745 instanceMethods)); in GenerateCategory()