LLVM  3.7.0
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:
[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 164 of file Object/COFF.h.

Member Data Documentation

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

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

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

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

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

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

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


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