LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::object::coff_import_directory_table_entry Struct Reference

#include "llvm/Object/COFF.h"

Public Member Functions

bool isNull () const
 

Public Attributes

support::ulittle32_t ImportLookupTableRVA
 
support::ulittle32_t TimeDateStamp
 
support::ulittle32_t ForwarderChain
 
support::ulittle32_t NameRVA
 
support::ulittle32_t ImportAddressTableRVA
 

Detailed Description

Definition at line 555 of file COFF.h.

Member Function Documentation

◆ isNull()

bool llvm::object::coff_import_directory_table_entry::isNull ( ) const
inline

Member Data Documentation

◆ ForwarderChain

support::ulittle32_t llvm::object::coff_import_directory_table_entry::ForwarderChain

Definition at line 558 of file COFF.h.

Referenced by isNull().

◆ ImportAddressTableRVA

support::ulittle32_t llvm::object::coff_import_directory_table_entry::ImportAddressTableRVA

◆ ImportLookupTableRVA

support::ulittle32_t llvm::object::coff_import_directory_table_entry::ImportLookupTableRVA

◆ NameRVA

support::ulittle32_t llvm::object::coff_import_directory_table_entry::NameRVA

Definition at line 559 of file COFF.h.

Referenced by llvm::object::ImportDirectoryEntryRef::getName(), and isNull().

◆ TimeDateStamp

support::ulittle32_t llvm::object::coff_import_directory_table_entry::TimeDateStamp

Definition at line 557 of file COFF.h.

Referenced by isNull().


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