reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objdump/MachODump.cpp
 5052     memset(&op, '\0', sizeof(struct objc_property64));
 5054       memcpy(&op, r, left);
 5057       memcpy(&op, r, sizeof(struct objc_property64));
 5059       swapStruct(op);
 5063                              info, n_value, op.name);
 5069       if (op.name != 0)
 5070         outs() << " + " << format("0x%" PRIx64, op.name);
 5072       outs() << format("0x%" PRIx64, op.name);
 5073     name = get_pointer_64(op.name + n_value, xoffset, left, xS, info);
 5081                       info, n_value, op.attributes);
 5087       if (op.attributes != 0)
 5088         outs() << " + " << format("0x%" PRIx64, op.attributes);
 5090       outs() << format("0x%" PRIx64, op.attributes);
 5091     name = get_pointer_64(op.attributes + n_value, xoffset, left, xS, info);