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

References

include/llvm/BinaryFormat/MachO.h
 1249   sys::swapByteOrder(dst.nextrefsyms);
lib/Object/MachOObjectFile.cpp
  520   BigSize = Dysymtab.nextrefsyms;
  529                                           Dysymtab.nextrefsyms *
 4492   Cmd.nextrefsyms = 0;
lib/ObjectYAML/MachOYAML.cpp
  337   IO.mapRequired("nextrefsyms", LoadCommand.nextrefsyms);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  899       dst->nextrefsyms    = 0;
tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
  274           MLC.dysymtab_command_data.nextrefsyms != 0 ||
tools/llvm-objdump/MachODump.cpp
 8894   outs() << "    nextrefsyms " << dyst.nextrefsyms;
 8895   big_size = dyst.nextrefsyms;
tools/llvm-readobj/MachODumper.cpp
  824       W.printNumber("nextrefsyms", DLC.nextrefsyms);