Home
last modified time | relevance | path

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

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