Home
last modified time | relevance | path

Searched defs:ImportHeader (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DCOFF.h707 struct ImportHeader { struct
708 uint16_t Sig1; ///< Must be IMAGE_FILE_MACHINE_UNKNOWN (0).
709 uint16_t Sig2; ///< Must be 0xFFFF.
710 uint16_t Version;
711 uint16_t Machine;
712 uint32_t TimeDateStamp;
713 uint32_t SizeOfData;
714 uint16_t OrdinalHint;
715 uint16_t TypeInfo;
717 ImportType getType() const { return static_cast<ImportType>(TypeInfo & 0x3); } in getType()
[all …]