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

#include "llvm/BinaryFormat/COFF.h"

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 284 of file COFF.h.

Member Data Documentation

◆ Characteristics

uint32_t llvm::COFF::section::Characteristics

◆ Name

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

Definition at line 285 of file COFF.h.

Referenced by writeCOFF().

◆ NumberOfLineNumbers

uint16_t llvm::COFF::section::NumberOfLineNumbers

Definition at line 293 of file COFF.h.

Referenced by writeCOFF().

◆ NumberOfRelocations

uint16_t llvm::COFF::section::NumberOfRelocations

Definition at line 292 of file COFF.h.

Referenced by layoutCOFF(), and writeCOFF().

◆ PointerToLineNumbers

uint32_t llvm::COFF::section::PointerToLineNumbers

Definition at line 291 of file COFF.h.

Referenced by writeCOFF().

◆ PointerToRawData

uint32_t llvm::COFF::section::PointerToRawData

Definition at line 289 of file COFF.h.

Referenced by layoutCOFF(), and writeCOFF().

◆ PointerToRelocations

uint32_t llvm::COFF::section::PointerToRelocations

Definition at line 290 of file COFF.h.

Referenced by layoutCOFF(), and writeCOFF().

◆ SizeOfRawData

uint32_t llvm::COFF::section::SizeOfRawData

◆ 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: