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

References

tools/llvm-readobj/MachODumper.cpp
  702     if (Command.C.cmd == MachO::LC_LOAD_DYLIB ||
  703         Command.C.cmd == MachO::LC_ID_DYLIB ||
  704         Command.C.cmd == MachO::LC_LOAD_WEAK_DYLIB ||
  705         Command.C.cmd == MachO::LC_REEXPORT_DYLIB ||
  706         Command.C.cmd == MachO::LC_LAZY_LOAD_DYLIB ||
  707         Command.C.cmd == MachO::LC_LOAD_UPWARD_DYLIB) {
  708       MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command);
  710         auto *P = static_cast<const char*>(Command.Ptr) + Dl.dylib.name;