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

#include "llvm/Object/COFF.h"

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

Public Attributes

support::ulittle32_t PageRVA
 
support::ulittle32_t BlockSize
 

Detailed Description

Definition at line 706 of file COFF.h.

Member Data Documentation

◆ BlockSize

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

Definition at line 708 of file COFF.h.

◆ PageRVA

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

Definition at line 707 of file COFF.h.


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