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

References

lib/Object/MachOObjectFile.cpp
  298       if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB &&
  306       if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB &&
  316       if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB &&
  325       if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB &&
  334       if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB &&
  350       if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB &&
  767       Obj.getHeader().filetype != MachO::MH_DYLIB_STUB)
 1663        getHeader().filetype == MachO::MH_DYLIB_STUB) &&
tools/lld/lib/Driver/DarwinLdDriver.cpp
  813       case llvm::MachO::MH_DYLIB_STUB:
  861       case llvm::MachO::MH_DYLIB_STUB:
  910       case llvm::MachO::MH_DYLIB_STUB:
tools/lld/lib/ReaderWriter/MachO/ExecutableAtoms.h
  101     case llvm::MachO::MH_DYLIB_STUB:
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
 1623   case MH_DYLIB_STUB:
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 5533   case MH_DYLIB_STUB:
 5589   case MH_DYLIB_STUB:
tools/llvm-objdump/MachODump.cpp
 8395     case MachO::MH_DYLIB_STUB:
tools/llvm-readobj/MachODumper.cpp
  102   { "DynamicLibraryStub",   MachO::MH_DYLIB_STUB  },