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

References

lib/Object/MachOObjectFile.cpp
 1426     } else if (Load.C.cmd == MachO::LC_LOAD_DYLINKER) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  916       dl->cmd              = LC_LOAD_DYLINKER;
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 5040       case LC_LOAD_DYLINKER:
tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
  315     case MachO::LC_LOAD_DYLINKER:
tools/llvm-objdump/MachODump.cpp
 9021   else if (dyld.cmd == MachO::LC_LOAD_DYLINKER)
10107     } else if (Command.C.cmd == MachO::LC_LOAD_DYLINKER ||