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

References

lib/Object/MachOObjectFile.cpp
 1415     } else if (Load.C.cmd == MachO::LC_REEXPORT_DYLIB) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  460     case LC_REEXPORT_DYLIB:
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
 1584     if (dep.kind == llvm::MachO::LC_REEXPORT_DYLIB)
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  547                         llvm::MachO::LC_REEXPORT_DYLIB);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 2118     case LC_REEXPORT_DYLIB:
 2130         if (lc.cmd == LC_REEXPORT_DYLIB) {
 5039       case LC_REEXPORT_DYLIB:
tools/llvm-objdump/MachODump.cpp
 1222                      Load.C.cmd == MachO::LC_REEXPORT_DYLIB ||
 1242           if (Load.C.cmd == MachO::LC_REEXPORT_DYLIB)
 1260         else if (Load.C.cmd == MachO::LC_REEXPORT_DYLIB)
 9989   else if (dl.cmd == MachO::LC_REEXPORT_DYLIB)
10174                Command.C.cmd == MachO::LC_REEXPORT_DYLIB ||
tools/llvm-readobj/MachODumper.cpp
  705         Command.C.cmd == MachO::LC_REEXPORT_DYLIB ||