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

References

lib/Object/MachOObjectFile.cpp
  299           Obj.getHeader().filetype != MachO::MH_DSYM &&
  307           Obj.getHeader().filetype != MachO::MH_DSYM &&
  317           Obj.getHeader().filetype != MachO::MH_DSYM &&
  326           Obj.getHeader().filetype != MachO::MH_DSYM &&
  335           Obj.getHeader().filetype != MachO::MH_DSYM && s.size != 0 &&
  351           Obj.getHeader().filetype != MachO::MH_DSYM &&
tools/dsymutil/MachOUtils.cpp
  460   Writer.writeHeader(MachO::MH_DSYM, NumLoadCommands, LoadCommandSize, false);
tools/lld/lib/Driver/DarwinLdDriver.cpp
  814       case llvm::MachO::MH_DSYM:
  862       case llvm::MachO::MH_DSYM:
  911       case llvm::MachO::MH_DSYM:
tools/lld/lib/ReaderWriter/MachO/ExecutableAtoms.h
  103     case llvm::MachO::MH_DSYM:
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1543   const bool is_dsym = (m_header.filetype == MH_DSYM);
 5535   case MH_DSYM:
 5591   case MH_DSYM:
 5940   const bool is_dsym = (m_header.filetype == MH_DSYM);
tools/llvm-objdump/MachODump.cpp
 8404     case MachO::MH_DSYM:
tools/llvm-readobj/MachODumper.cpp
  103   { "DWARFSymbol",          MachO::MH_DSYM        },