LLVM  3.7.0
Public Attributes | List of all members
llvm::object::coff_base_reloc_block_header Struct Reference

#include <COFF.h>

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

Public Attributes

support::ulittle32_t PageRVA
 
support::ulittle32_t BlockSize
 

Detailed Description

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

Member Data Documentation

support::ulittle32_t llvm::object::coff_base_reloc_block_header::BlockSize

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

Referenced by llvm::object::BaseRelocRef::moveNext().

support::ulittle32_t llvm::object::coff_base_reloc_block_header::PageRVA

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

Referenced by llvm::object::BaseRelocRef::getRVA().


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