LLVM: llvm::object::data_directory Struct Reference (original) (raw)

#include "[llvm/Object/COFF.h](Object%5F2COFF%5F8h%5Fsource.html)"

Public Attributes
support::ulittle32_t RelativeVirtualAddress
support::ulittle32_t Size

Detailed Description

Definition at line 177 of file COFF.h.

Member Data Documentation

RelativeVirtualAddress

support::ulittle32_t llvm::object::data_directory::RelativeVirtualAddress

Definition at line 178 of file COFF.h.

Referenced by llvm::objcopy::coff::handleArgs(), and llvm::object::ExportDirectoryEntryRef::isForwarder().

Size

support::ulittle32_t llvm::object::data_directory::Size

Definition at line 179 of file COFF.h.

Referenced by llvm::objcopy::coff::handleArgs(), and llvm::object::ExportDirectoryEntryRef::isForwarder().


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