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

References

lib/Object/MachOObjectFile.cpp
  766   if (Obj.getHeader().filetype != MachO::MH_DYLIB &&
 1662   if ((getHeader().filetype == MachO::MH_DYLIB ||
tools/lld/lib/Driver/DarwinLdDriver.cpp
  346       fileType = llvm::MachO::MH_DYLIB;
  491     if (ctx.outputMachOType() != llvm::MachO::MH_DYLIB) {
  504     if (ctx.outputMachOType() != llvm::MachO::MH_DYLIB) {
  708     else if (ctx.outputMachOType() != llvm::MachO::MH_DYLIB)
  761     case llvm::MachO::MH_DYLIB:
  806       case llvm::MachO::MH_DYLIB:
  854       case llvm::MachO::MH_DYLIB:
  903       case llvm::MachO::MH_DYLIB:
 1028       case llvm::MachO::MH_DYLIB:
tools/lld/lib/ReaderWriter/MachO/ExecutableAtoms.h
   89     case llvm::MachO::MH_DYLIB:
tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
  256   case llvm::MachO::MH_DYLIB:
  331   case MH_DYLIB:
  356   case MH_DYLIB:
  388   case MH_DYLIB:
  586   if (_currentVersion && _outputMachOType != MH_DYLIB) {
  591   if (_compatibilityVersion && _outputMachOType != MH_DYLIB) {
  596   if (_deadStrippableDylib && _outputMachOType != MH_DYLIB) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  397   if (_file.fileType == llvm::MachO::MH_DYLIB) {
  833     if (_file.fileType == llvm::MachO::MH_DYLIB) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  520     case llvm::MachO::MH_DYLIB:
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
 1622   case MH_DYLIB:
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  153     io.enumCase(value, "MH_DYLIB",    llvm::MachO::MH_DYLIB);
tools/lld/unittests/DriverTests/DarwinLdDriverTest.cpp
   66   EXPECT_EQ(llvm::MachO::MH_DYLIB, _ctx.outputMachOType());
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 5527   case MH_DYLIB:
 5583   case MH_DYLIB:
tools/llvm-objdump/MachODump.cpp
 8392     case MachO::MH_DYLIB:
tools/llvm-readobj/MachODumper.cpp
   99   { "DynamicLibrary",       MachO::MH_DYLIB       },