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

References

lib/Object/MachOObjectFile.cpp
 1407     } else if (Load.C.cmd == MachO::LC_LOAD_WEAK_DYLIB) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  459     case LC_LOAD_WEAK_DYLIB:
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
 1259       dep.kind = llvm::MachO::LC_LOAD_WEAK_DYLIB;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  545                         llvm::MachO::LC_LOAD_WEAK_DYLIB);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 2117     case LC_LOAD_WEAK_DYLIB:
 5038       case LC_LOAD_WEAK_DYLIB:
tools/llvm-objdump/MachODump.cpp
 1221                      Load.C.cmd == MachO::LC_LOAD_WEAK_DYLIB ||
 1240           if (Load.C.cmd == MachO::LC_LOAD_WEAK_DYLIB)
 1256         else if (Load.C.cmd == MachO::LC_LOAD_WEAK_DYLIB)
 9987   else if (dl.cmd == MachO::LC_LOAD_WEAK_DYLIB)
10173                Command.C.cmd == MachO::LC_LOAD_WEAK_DYLIB ||
tools/llvm-readobj/MachODumper.cpp
  704         Command.C.cmd == MachO::LC_LOAD_WEAK_DYLIB ||