Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DCOFFObjectFile.cpp529 ExportDirectory = in initExportTablePtr()
558 ExportDirectory(nullptr), BaseRelocHeader(nullptr), in COFFObjectFile()
716 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin()
720 if (!ExportDirectory) in export_directory_end()
722 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end()
723 ExportDirectory->AddressTableEntries, this); in export_directory_end()
/external/llvm/include/llvm/Object/
DCOFF.h569 const export_directory_table_entry *ExportDirectory; variable