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

References

include/llvm/BinaryFormat/MachO.h
 1119   sys::swapByteOrder(info.lazy_bind_size);
lib/Object/MachOObjectFile.cpp
  696   BigSize += DyldInfo.lazy_bind_size;
  703                                           DyldInfo.lazy_bind_size,
 4584   return makeArrayRef(Ptr, DyldInfo.lazy_bind_size);
lib/ObjectYAML/MachOYAML.cpp
  271   IO.mapRequired("lazy_bind_size", LoadCommand.lazy_bind_size);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  862     di->lazy_bind_size = _lazyBindingInfo.size();
tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
  310       MLC.dyld_info_command_data.lazy_bind_size = O.LazyBinds.Opcodes.size();
tools/llvm-objcopy/MachO/MachOWriter.cpp
   70       assert((DyLdInfoCommand.lazy_bind_size == O.LazyBinds.Opcodes.size()) &&
   73                      DyLdInfoCommand.lazy_bind_size);
  347   assert((DyLdInfoCommand.lazy_bind_size == O.LazyBinds.Opcodes.size()) &&
tools/llvm-objdump/MachODump.cpp
 8996   outs() << " lazy_bind_size " << dc.lazy_bind_size;
 8998   big_size += dc.lazy_bind_size;