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

Declarations

include/llvm/Object/MachO.h
  560   ArrayRef<uint8_t> getDyldInfoExportsTrie() const;

References

lib/Object/MachOObjectFile.cpp
 3099   return exports(Err, getDyldInfoExportsTrie(), this);
tools/llvm-objcopy/MachO/MachOReader.cpp
  232   O.Exports.Trie = MachOObj.getDyldInfoExportsTrie();
tools/obj2yaml/macho2yaml.cpp
  463   auto ExportsTrie = Obj.getDyldInfoExportsTrie();