Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DCOFF.h518 struct coff_import_header { struct
519 support::ulittle16_t Sig1;
520 support::ulittle16_t Sig2;
521 support::ulittle16_t Version;
522 support::ulittle16_t Machine;
523 support::ulittle32_t TimeDateStamp;
524 support::ulittle32_t SizeOfData;
525 support::ulittle16_t OrdinalHint;
526 support::ulittle16_t TypeInfo;
527 int getType() const { return TypeInfo & 0x3; } in getType()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h539 struct coff_import_header { struct
540 support::ulittle16_t Sig1;
541 support::ulittle16_t Sig2;
542 support::ulittle16_t Version;
543 support::ulittle16_t Machine;
544 support::ulittle32_t TimeDateStamp;
545 support::ulittle32_t SizeOfData;
546 support::ulittle16_t OrdinalHint;
547 support::ulittle16_t TypeInfo;
549 int getType() const { return TypeInfo & 0x3; } in getType()
[all …]