Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DCOFFObjectFile.cpp645 ExportDirectory = in initExportTablePtr()
773 NumberOfDelayImportDirectory(0), ExportDirectory(nullptr), in COFFObjectFile()
970 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin()
974 if (!ExportDirectory) in export_directory_end()
976 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end()
977 ExportDirectory->AddressTableEntries, this); in export_directory_end()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h807 const export_directory_table_entry *ExportDirectory; variable
918 return ExportDirectory; in getExportTable()