Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DDLL.cpp114 size_t getSize() const override { return sizeof(ImportDirectoryTableEntry); } in getSize()
696 dirs.push_back(make<NullChunk>(sizeof(ImportDirectoryTableEntry))); in create()
H A DChunks.h26 using llvm::COFF::ImportDirectoryTableEntry;
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DCOFF.h473 struct ImportDirectoryTableEntry { struct