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

References

lib/Object/MachOObjectFile.cpp
 1400     } else if (Load.C.cmd == MachO::LC_ID_DYLIB) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  443     case LC_ID_DYLIB: {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  837       dc->cmd                         = LC_ID_DYLIB;
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 5615       if (load_cmd.cmd == LC_ID_DYLIB) {
 5628     if (version_cmd == LC_ID_DYLIB) {
tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
  325     case MachO::LC_ID_DYLIB:
tools/llvm-objdump/MachODump.cpp
 1218     if ((JustId && Load.C.cmd == MachO::LC_ID_DYLIB) ||
 1219         (!JustId && (Load.C.cmd == MachO::LC_ID_DYLIB ||
 1252         if (Load.C.cmd == MachO::LC_ID_DYLIB)
 9983   if (dl.cmd == MachO::LC_ID_DYLIB)
10172                Command.C.cmd == MachO::LC_ID_DYLIB ||
tools/llvm-readobj/MachODumper.cpp
  703         Command.C.cmd == MachO::LC_ID_DYLIB ||