LLVM API Documentation

Public Attributes
llvm::COFF::ImportDirectoryTableEntry Struct Reference

The Import Directory Table. More...

#include <COFF.h>

Collaboration diagram for llvm::COFF::ImportDirectoryTableEntry:
Collaboration graph
[legend]

List of all members.

Public Attributes

uint32_t ImportLookupTableRVA
uint32_t TimeDateStamp
uint32_t ForwarderChain
uint32_t NameRVA
uint32_t ImportAddressTableRVA

Detailed Description

The Import Directory Table.

There is a single array of these and one entry per imported DLL.

Definition at line 422 of file Support/COFF.h.


Member Data Documentation

Definition at line 425 of file Support/COFF.h.

Definition at line 427 of file Support/COFF.h.

Definition at line 423 of file Support/COFF.h.

Definition at line 426 of file Support/COFF.h.

Definition at line 424 of file Support/COFF.h.


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