Home
last modified time | relevance | path

Searched refs:export_directory_table_entry (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Object/
DCOFF.h226 struct export_directory_table_entry { struct
639 const export_directory_table_entry *ExportDirectory;
948 ExportDirectoryEntryRef(const export_directory_table_entry *Table, uint32_t I, in ExportDirectoryEntryRef()
965 const export_directory_table_entry *ExportTable;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h223 struct export_directory_table_entry { struct
778 const export_directory_table_entry *ExportDirectory;
1126 ExportDirectoryEntryRef(const export_directory_table_entry *Table, uint32_t I, in ExportDirectoryEntryRef()
1143 const export_directory_table_entry *ExportTable;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp582 reinterpret_cast<const export_directory_table_entry *>(IntPtr); in initExportTablePtr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp601 reinterpret_cast<const export_directory_table_entry *>(IntPtr); in initExportTablePtr()