Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp3743 uint64_t optionalInstanceMethods; /* method_list_t * (64-bit pointer) */ member
3756 uint32_t optionalInstanceMethods; /* method_list_t * (32-bit pointer) */ member
4041 sys::swapByteOrder(p.optionalInstanceMethods); in swapStruct()
4052 sys::swapByteOrder(p.optionalInstanceMethods); in swapStruct()
4825 << format("0x%" PRIx64, pc.optionalInstanceMethods) << "\n"; in print_protocol_list64_t()
4902 << format("0x%" PRIx32, pc.optionalInstanceMethods) << "\n"; in print_protocol_list32_t()