LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 541 of file COFF.h.

Member Function Documentation

◆ getNameType()

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

Definition at line 552 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 551 of file COFF.h.

References TypeInfo.

Member Data Documentation

◆ Machine

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

Definition at line 545 of file COFF.h.

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

◆ OrdinalHint

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

Definition at line 548 of file COFF.h.

◆ Sig1

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

Definition at line 542 of file COFF.h.

◆ Sig2

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

Definition at line 543 of file COFF.h.

◆ SizeOfData

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

Definition at line 547 of file COFF.h.

◆ TimeDateStamp

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

Definition at line 546 of file COFF.h.

◆ TypeInfo

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

Definition at line 549 of file COFF.h.

Referenced by getNameType(), and getType().

◆ Version

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

Definition at line 544 of file COFF.h.


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