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

#include "llvm/Object/COFF.h"

Public Attributes

support::ulittle32_t ExportRVA
 
support::ulittle32_t ForwarderRVA
 

Detailed Description

Definition at line 236 of file COFF.h.

Member Data Documentation

◆ ExportRVA

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

Definition at line 237 of file COFF.h.

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

◆ ForwarderRVA

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

Definition at line 238 of file COFF.h.


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