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

#include "llvm/BinaryFormat/COFF.h"

Collaboration diagram for llvm::COFF::section:
Collaboration graph
[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 271 of file COFF.h.

Member Data Documentation

◆ Characteristics

uint32_t llvm::COFF::section::Characteristics

◆ Name

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

Definition at line 272 of file COFF.h.

Referenced by encodeBase64StringEntry().

◆ NumberOfLineNumbers

uint16_t llvm::COFF::section::NumberOfLineNumbers

Definition at line 280 of file COFF.h.

Referenced by encodeBase64StringEntry().

◆ NumberOfRelocations

uint16_t llvm::COFF::section::NumberOfRelocations

Definition at line 279 of file COFF.h.

Referenced by encodeBase64StringEntry().

◆ PointerToLineNumbers

uint32_t llvm::COFF::section::PointerToLineNumbers

Definition at line 278 of file COFF.h.

Referenced by encodeBase64StringEntry().

◆ PointerToRawData

uint32_t llvm::COFF::section::PointerToRawData

Definition at line 276 of file COFF.h.

Referenced by encodeBase64StringEntry().

◆ PointerToRelocations

uint32_t llvm::COFF::section::PointerToRelocations

Definition at line 277 of file COFF.h.

Referenced by encodeBase64StringEntry().

◆ SizeOfRawData

uint32_t llvm::COFF::section::SizeOfRawData

Definition at line 275 of file COFF.h.

Referenced by encodeBase64StringEntry().

◆ VirtualAddress

uint32_t llvm::COFF::section::VirtualAddress

◆ VirtualSize

uint32_t llvm::COFF::section::VirtualSize

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