Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp108 DO(Ptr, baseProperties)
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3655 uint32_t baseProperties; /* const struct objc_property_list * member
3951 sys::swapByteOrder(cro.baseProperties); in swapStruct()
3964 sys::swapByteOrder(cro.baseProperties); in swapStruct()
5483 info, n_value, cro.baseProperties); in print_class_ro64_t()
5489 if (cro.baseProperties != 0) in print_class_ro64_t()
5490 outs() << " + " << format("0x%" PRIx64, cro.baseProperties); in print_class_ro64_t()
5492 outs() << format("0x%" PRIx64, cro.baseProperties); in print_class_ro64_t()
5494 if (cro.baseProperties + n_value != 0) in print_class_ro64_t()
5558 << format("0x%" PRIx32, cro.baseProperties) << "\n"; in print_class_ro32_t()
5559 if (cro.baseProperties != 0) in print_class_ro32_t()
[all …]