LLVM: llvm::COFF::relocation Struct Reference (original) (raw)
#include "[llvm/BinaryFormat/COFF.h](BinaryFormat%5F2COFF%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| uint32_t | VirtualAddress |
| uint32_t | SymbolTableIndex |
| uint16_t | Type |
Detailed Description
Definition at line 340 of file COFF.h.
Member Data Documentation
◆ SymbolTableIndex
uint32_t llvm::COFF::relocation::SymbolTableIndex
Definition at line 342 of file COFF.h.
◆ Type
uint16_t llvm::COFF::relocation::Type
Definition at line 343 of file COFF.h.
◆ VirtualAddress
uint32_t llvm::COFF::relocation::VirtualAddress
Definition at line 341 of file COFF.h.
The documentation for this struct was generated from the following file:
- include/llvm/BinaryFormat/COFF.h