LLVM  4.0.0
Public Attributes | List of all members
llvm::COFF::section Struct Reference

#include <COFF.h>

Collaboration diagram for llvm::COFF::section:
[legend]

Public Attributes

char Name [NameSize]
 
uint32_t VirtualSize
 
uint32_t VirtualAddress
 
uint32_t SizeOfRawData
 
uint32_t PointerToRawData
 
uint32_t PointerToRelocations
 
uint32_t PointerToLineNumbers
 
uint16_t NumberOfRelocations
 
uint16_t NumberOfLineNumbers
 
uint32_t Characteristics
 

Detailed Description

Definition at line 240 of file Support/COFF.h.

Member Data Documentation

uint32_t llvm::COFF::section::Characteristics
char llvm::COFF::section::Name[NameSize]

Definition at line 241 of file Support/COFF.h.

uint16_t llvm::COFF::section::NumberOfLineNumbers

Definition at line 249 of file Support/COFF.h.

uint16_t llvm::COFF::section::NumberOfRelocations

Definition at line 248 of file Support/COFF.h.

uint32_t llvm::COFF::section::PointerToLineNumbers

Definition at line 247 of file Support/COFF.h.

uint32_t llvm::COFF::section::PointerToRawData

Definition at line 245 of file Support/COFF.h.

uint32_t llvm::COFF::section::PointerToRelocations

Definition at line 246 of file Support/COFF.h.

uint32_t llvm::COFF::section::SizeOfRawData

Definition at line 244 of file Support/COFF.h.

uint32_t llvm::COFF::section::VirtualAddress
uint32_t llvm::COFF::section::VirtualSize

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