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

References

include/llvm/BinaryFormat/MachO.h
 1245   sys::swapByteOrder(dst.ntoc);
lib/Object/MachOObjectFile.cpp
  478   uint64_t BigSize = Dysymtab.ntoc;
  487                                           Dysymtab.ntoc * sizeof(struct
 4488   Cmd.ntoc = 0;
lib/ObjectYAML/MachOYAML.cpp
  333   IO.mapRequired("ntoc", LoadCommand.ntoc);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  895       dst->ntoc           = 0;
tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
  272       if (MLC.dysymtab_command_data.ntoc != 0 ||
tools/llvm-objdump/MachODump.cpp
 8861   outs() << "           ntoc " << dyst.ntoc;
 8862   big_size = dyst.ntoc;
tools/llvm-readobj/MachODumper.cpp
  820       W.printNumber("ntoc", DLC.ntoc);