LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::object::import_directory_table_entry Struct Reference

#include <COFF.h>

Collaboration diagram for llvm::object::import_directory_table_entry:
Collaboration graph
[legend]

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 136 of file Object/COFF.h.

Member Data Documentation

support::ulittle32_t llvm::object::import_directory_table_entry::ForwarderChain

Definition at line 139 of file Object/COFF.h.

support::ulittle32_t llvm::object::import_directory_table_entry::ImportAddressTableRVA

Definition at line 141 of file Object/COFF.h.

support::ulittle32_t llvm::object::import_directory_table_entry::ImportLookupTableRVA
support::ulittle32_t llvm::object::import_directory_table_entry::NameRVA

Definition at line 140 of file Object/COFF.h.

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

support::ulittle32_t llvm::object::import_directory_table_entry::TimeDateStamp

Definition at line 138 of file Object/COFF.h.


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