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

#include <COFF.h>

Collaboration diagram for llvm::object::coff_import_directory_table_entry:
[legend]

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

Member Function Documentation

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

Member Data Documentation

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

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

Referenced by isNull().

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

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

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

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

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

Referenced by isNull().


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