LLVM 22.0.0git
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 564 of file COFF.h.

Member Function Documentation

◆ isNull()

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

Definition at line 571 of file COFF.h.

References ForwarderChain, ImportAddressTableRVA, ImportLookupTableRVA, NameRVA, and TimeDateStamp.

Member Data Documentation

◆ ForwarderChain

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

Definition at line 567 of file COFF.h.

Referenced by isNull().

◆ ImportAddressTableRVA

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

Definition at line 569 of file COFF.h.

Referenced by isNull().

◆ ImportLookupTableRVA

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

Definition at line 565 of file COFF.h.

Referenced by isNull().

◆ NameRVA

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

Definition at line 568 of file COFF.h.

Referenced by isNull().

◆ TimeDateStamp

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

Definition at line 566 of file COFF.h.

Referenced by isNull().


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