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 244 of file Support/COFF.h.
uint32_t llvm::COFF::section::Characteristics |
Definition at line 254 of file Support/COFF.h.
Referenced by llvm::yaml::MappingTraits< COFFYAML::Section >::mapping().
Definition at line 245 of file Support/COFF.h.
Definition at line 253 of file Support/COFF.h.
Definition at line 252 of file Support/COFF.h.
Definition at line 251 of file Support/COFF.h.
Definition at line 249 of file Support/COFF.h.
Definition at line 250 of file Support/COFF.h.
uint32_t llvm::COFF::section::SizeOfRawData |
Definition at line 248 of file Support/COFF.h.
uint32_t llvm::COFF::section::VirtualAddress |
Definition at line 247 of file Support/COFF.h.
uint32_t llvm::COFF::section::VirtualSize |
Definition at line 246 of file Support/COFF.h.