Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DCOFF.h467 struct coff_import_header { struct
468 support::ulittle16_t Sig1;
469 support::ulittle16_t Sig2;
470 support::ulittle16_t Version;
471 support::ulittle16_t Machine;
472 support::ulittle32_t TimeDateStamp;
473 support::ulittle32_t SizeOfData;
474 support::ulittle16_t OrdinalHint;
475 support::ulittle16_t TypeInfo;
476 int getType() const { return TypeInfo & 0x3; } in getType()
[all …]