LLVM 19.0.0git
Public Attributes | List of all members
llvm::object::delay_import_directory_table_entry Struct Reference

#include "llvm/Object/COFF.h"

Public Attributes

support::ulittle32_t Attributes
 
support::ulittle32_t Name
 
support::ulittle32_t ModuleHandle
 
support::ulittle32_t DelayImportAddressTable
 
support::ulittle32_t DelayImportNameTable
 
support::ulittle32_t BoundDelayImportTable
 
support::ulittle32_t UnloadDelayImportTable
 
support::ulittle32_t TimeStamp
 

Detailed Description

Definition at line 210 of file COFF.h.

Member Data Documentation

◆ Attributes

support::ulittle32_t llvm::object::delay_import_directory_table_entry::Attributes

Definition at line 212 of file COFF.h.

◆ BoundDelayImportTable

support::ulittle32_t llvm::object::delay_import_directory_table_entry::BoundDelayImportTable

Definition at line 217 of file COFF.h.

◆ DelayImportAddressTable

support::ulittle32_t llvm::object::delay_import_directory_table_entry::DelayImportAddressTable

◆ DelayImportNameTable

support::ulittle32_t llvm::object::delay_import_directory_table_entry::DelayImportNameTable

Definition at line 216 of file COFF.h.

◆ ModuleHandle

support::ulittle32_t llvm::object::delay_import_directory_table_entry::ModuleHandle

Definition at line 214 of file COFF.h.

◆ Name

support::ulittle32_t llvm::object::delay_import_directory_table_entry::Name

Definition at line 213 of file COFF.h.

Referenced by llvm::object::DelayImportDirectoryEntryRef::getName().

◆ TimeStamp

support::ulittle32_t llvm::object::delay_import_directory_table_entry::TimeStamp

Definition at line 219 of file COFF.h.

◆ UnloadDelayImportTable

support::ulittle32_t llvm::object::delay_import_directory_table_entry::UnloadDelayImportTable

Definition at line 218 of file COFF.h.


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