LLVM 22.0.0git
llvm::object::coff_import_header Struct Reference

#include "llvm/Object/COFF.h"

Public Member Functions

int getType () const
int getNameType () const

Public Attributes

support::ulittle16_t Sig1
support::ulittle16_t Sig2
support::ulittle16_t Version
support::ulittle16_t Machine
support::ulittle32_t TimeDateStamp
support::ulittle32_t SizeOfData
support::ulittle16_t OrdinalHint
support::ulittle16_t TypeInfo

Detailed Description

Definition at line 550 of file COFF.h.

Member Function Documentation

◆ getNameType()

int llvm::object::coff_import_header::getNameType ( ) const
inline

Definition at line 561 of file COFF.h.

References TypeInfo.

Referenced by llvm::object::COFFImportFile::getExportName().

◆ getType()

int llvm::object::coff_import_header::getType ( ) const
inline

Definition at line 560 of file COFF.h.

References TypeInfo.

Member Data Documentation

◆ Machine

support::ulittle16_t llvm::object::coff_import_header::Machine

Definition at line 554 of file COFF.h.

◆ OrdinalHint

support::ulittle16_t llvm::object::coff_import_header::OrdinalHint

Definition at line 557 of file COFF.h.

◆ Sig1

support::ulittle16_t llvm::object::coff_import_header::Sig1

Definition at line 551 of file COFF.h.

◆ Sig2

support::ulittle16_t llvm::object::coff_import_header::Sig2

Definition at line 552 of file COFF.h.

◆ SizeOfData

support::ulittle32_t llvm::object::coff_import_header::SizeOfData

Definition at line 556 of file COFF.h.

◆ TimeDateStamp

support::ulittle32_t llvm::object::coff_import_header::TimeDateStamp

Definition at line 555 of file COFF.h.

◆ TypeInfo

support::ulittle16_t llvm::object::coff_import_header::TypeInfo

Definition at line 558 of file COFF.h.

Referenced by getNameType(), and getType().

◆ Version

support::ulittle16_t llvm::object::coff_import_header::Version

Definition at line 553 of file COFF.h.


The documentation for this struct was generated from the following file: