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()
882 dir, offsetof(ImportDirectoryTableEntry, ImportLookupTableRVA)), in create()
886 Arm64XRelocVal(dir, offsetof(ImportDirectoryTableEntry, in create()
897 dirs.push_back(make<NullChunk>(sizeof(ImportDirectoryTableEntry), 4)); in create()
H A DChunks.h27 using llvm::COFF::ImportDirectoryTableEntry;
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h521 struct ImportDirectoryTableEntry { struct