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

References

include/llvm/BinaryFormat/MachO.h
 1154   sys::swapByteOrder(s.client);
lib/Object/MachOObjectFile.cpp
 1553                                  "sub_client_command", S.client, "client")))
lib/ObjectYAML/MachOYAML.cpp
  505   IO.mapRequired("client", LoadCommand.client);
tools/llvm-objdump/MachODump.cpp
 9324   if (sub.client < sub.cmdsize) {
 9325     const char *P = Ptr + sub.client;
 9326     outs() << "       client " << P << " (offset " << sub.client << ")\n";
 9328     outs() << "       client ?(bad offset " << sub.client << ")\n";