Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.cpp114 size_t getSize() const override { return sizeof(ImportDirectoryTableEntry); } in getSize()
712 dirs.push_back(make<NullChunk>(sizeof(ImportDirectoryTableEntry))); in create()
H A DChunks.h27 using llvm::COFF::ImportDirectoryTableEntry;
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h487 struct ImportDirectoryTableEntry { struct