Home
last modified time | relevance | path

Searched refs:ExportDirectory (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DCOFFObjectFile.cpp612 ExportDirectory = in initExportTablePtr()
725 NumberOfDelayImportDirectory(0), ExportDirectory(nullptr), in COFFObjectFile()
911 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin()
915 if (!ExportDirectory) in export_directory_end()
917 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end()
918 ExportDirectory->AddressTableEntries, this); in export_directory_end()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DCOFF.h818 const export_directory_table_entry *ExportDirectory; variable