LLVM: llvm::COFF::section Struct Reference (original) (raw)

#include "[llvm/BinaryFormat/COFF.h](BinaryFormat%5F2COFF%5F8h%5Fsource.html)"

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

Definition at line 285 of file COFF.h.

Characteristics

uint32_t llvm::COFF::section::Characteristics

Name

NumberOfLineNumbers

uint16_t llvm::COFF::section::NumberOfLineNumbers

NumberOfRelocations

uint16_t llvm::COFF::section::NumberOfRelocations

PointerToLineNumbers

uint32_t llvm::COFF::section::PointerToLineNumbers

PointerToRawData

uint32_t llvm::COFF::section::PointerToRawData

PointerToRelocations

uint32_t llvm::COFF::section::PointerToRelocations

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: