LLVM API Documentation
#include <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 |
Definition at line 212 of file Support/COFF.h.
uint32_t llvm::COFF::section::Characteristics |
Definition at line 222 of file Support/COFF.h.
Referenced by llvm::yaml::MappingTraits< COFFYAML::Section >::mapping().
char llvm::COFF::section::Name[NameSize] |
Definition at line 213 of file Support/COFF.h.
uint16_t llvm::COFF::section::NumberOfLineNumbers |
Definition at line 221 of file Support/COFF.h.
uint16_t llvm::COFF::section::NumberOfRelocations |
Definition at line 220 of file Support/COFF.h.
uint32_t llvm::COFF::section::PointerToLineNumbers |
Definition at line 219 of file Support/COFF.h.
uint32_t llvm::COFF::section::PointerToRawData |
Definition at line 217 of file Support/COFF.h.
uint32_t llvm::COFF::section::PointerToRelocations |
Definition at line 218 of file Support/COFF.h.
uint32_t llvm::COFF::section::SizeOfRawData |
Definition at line 216 of file Support/COFF.h.
uint32_t llvm::COFF::section::VirtualAddress |
Definition at line 215 of file Support/COFF.h.
uint32_t llvm::COFF::section::VirtualSize |
Definition at line 214 of file Support/COFF.h.