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

References

tools/llvm-objdump/MachODump.cpp
 4841     memcpy(&l, list + i * sizeof(uint32_t), sizeof(uint32_t));
 4843       sys::swapByteOrder(l);
 4846     outs() << "      list[" << i << "] " << format("0x%08" PRIx32, l);
 4847     if (print_protocol(l, indent, info))