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

Declarations

include/llvm/Object/MachO.h
  383   static iterator_range<export_iterator> exports(Error &Err,

References

lib/Object/MachOObjectFile.cpp
 3099   return exports(Err, getDyldInfoExportsTrie(), this);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  514       for (const ExportEntry &trieExport : MachOObjectFile::exports(Err, trie)) {