LLVM  3.7.0
Public Attributes | List of all members
llvm::object::export_address_table_entry Union Reference

#include <COFF.h>

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

Public Attributes

support::ulittle32_t ExportRVA
 
support::ulittle32_t ForwarderRVA
 

Detailed Description

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

Member Data Documentation

support::ulittle32_t llvm::object::export_address_table_entry::ExportRVA

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

Referenced by llvm::object::ExportDirectoryEntryRef::getExportRVA().

support::ulittle32_t llvm::object::export_address_table_entry::ForwarderRVA

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


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