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

References

include/llvm/Object/COFF.h
  782   const export_directory_table_entry *ExportDirectory;
 1140   ExportDirectoryEntryRef(const export_directory_table_entry *Table, uint32_t I,
 1157   const export_directory_table_entry *ExportTable;
tools/lld/COFF/DLL.cpp
  478     return sizeof(export_directory_table_entry);
  484     auto *e = (export_directory_table_entry *)(buf);