Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp563 ImportDirectory = reinterpret_cast< in initImportTablePtr()
717 ImportDirectory(nullptr), DelayImportDirectory(nullptr), in COFFObjectFile()
876 if (!ImportDirectory) in import_directory_begin()
878 if (ImportDirectory->isNull()) in import_directory_begin()
881 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h815 const coff_import_directory_table_entry *ImportDirectory; variable