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

References

tools/llvm-objdump/MachODump.cpp
 6088   memset(&o, '\0', sizeof(struct imageInfo_t));
 6090     memcpy(&o, r, left);
 6093     memcpy(&o, r, sizeof(struct imageInfo_t));
 6095     swapStruct(o);
 6096   outs() << "  version " << o.version << "\n";
 6097   outs() << "    flags " << format("0x%" PRIx32, o.flags);
 6098   if (o.flags & 0x1)
 6100   if (o.flags & 0x2)
 6102   if (o.flags & 0x4)