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

References

tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
  229   uint64_t StartOfFunctionStarts = StartOfExportTrie + O.Exports.Trie.size();
  312           O.Exports.Trie.empty() ? 0 : StartOfExportTrie;
  313       MLC.dyld_info_command_data.export_size = O.Exports.Trie.size();
tools/llvm-objcopy/MachO/MachOReader.cpp
  232   O.Exports.Trie = MachOObj.getDyldInfoExportsTrie();
tools/llvm-objcopy/MachO/MachOWriter.cpp
   76       assert((DyLdInfoCommand.export_size == O.Exports.Trie.size()) &&
  359   assert((DyLdInfoCommand.export_size == O.Exports.Trie.size()) &&
  361   memcpy(Out, O.Exports.Trie.data(), O.Exports.Trie.size());
  361   memcpy(Out, O.Exports.Trie.data(), O.Exports.Trie.size());