Searched refs:ImportDirectoryTableEntry (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h471 struct ImportDirectoryTableEntry { struct
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDLL.cpp104 size_t getSize() const override { return sizeof(ImportDirectoryTableEntry); }
609 dirs.push_back(make<NullChunk>(sizeof(ImportDirectoryTableEntry)));
H A DChunks.h27 using llvm::COFF::ImportDirectoryTableEntry;

Completed in 289 milliseconds