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

References

lib/Object/MachOObjectFile.cpp
 1411     } else if (Load.C.cmd == MachO::LC_LAZY_LOAD_DYLIB) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  551                         llvm::MachO::LC_LAZY_LOAD_DYLIB);
tools/llvm-objdump/MachODump.cpp
 1223                      Load.C.cmd == MachO::LC_LAZY_LOAD_DYLIB ||
 1246           if (Load.C.cmd == MachO::LC_LAZY_LOAD_DYLIB)
 1258         else if (Load.C.cmd == MachO::LC_LAZY_LOAD_DYLIB)
 9991   else if (dl.cmd == MachO::LC_LAZY_LOAD_DYLIB)
10175                Command.C.cmd == MachO::LC_LAZY_LOAD_DYLIB ||
tools/llvm-readobj/MachODumper.cpp
  706         Command.C.cmd == MachO::LC_LAZY_LOAD_DYLIB ||