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

References

tools/llvm-objdump/MachODump.cpp
 4262     memset(&m, '\0', sizeof(struct method64_t));
 4264       memcpy(&m, r, left);
 4267       memcpy(&m, r, sizeof(struct method64_t));
 4269       swapStruct(m);
 4273                              info, n_value, m.name);
 4279       if (m.name != 0)
 4280         outs() << " + " << format("0x%" PRIx64, m.name);
 4282       outs() << format("0x%" PRIx64, m.name);
 4283     name = get_pointer_64(m.name + n_value, xoffset, left, xS, info);
 4290                              info, n_value, m.types);
 4296       if (m.types != 0)
 4297         outs() << " + " << format("0x%" PRIx64, m.types);
 4299       outs() << format("0x%" PRIx64, m.types);
 4300     name = get_pointer_64(m.types + n_value, xoffset, left, xS, info);
 4307                          n_value, m.imp);
 4311         if (m.imp != 0)
 4312           outs() << "+ " << format("0x%" PRIx64, m.imp) << " ";
 4314         outs() << format("0x%" PRIx64, m.imp) << " ";