Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DCOFFObjectFile.cpp535 ImportDirectory = reinterpret_cast< in initImportTablePtr()
603 ImportDirectory(nullptr), NumberOfImportDirectory(0), in COFFObjectFile()
740 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()
745 ImportDirectoryEntryRef(ImportDirectory, NumberOfImportDirectory, this)); in import_directory_end()
/external/llvm/include/llvm/Object/
DCOFF.h498 const import_directory_table_entry *ImportDirectory; variable