LLVM: llvm::object::coff_relocation Struct Reference (original) (raw)
#include "[llvm/Object/COFF.h](Object%5F2COFF%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| support::ulittle32_t | VirtualAddress |
| support::ulittle32_t | SymbolTableIndex |
| support::ulittle16_t | Type |
Detailed Description
Definition at line 483 of file COFF.h.
Member Data Documentation
◆ SymbolTableIndex
support::ulittle32_t llvm::object::coff_relocation::SymbolTableIndex
Definition at line 485 of file COFF.h.
◆ Type
support::ulittle16_t llvm::object::coff_relocation::Type
Definition at line 486 of file COFF.h.
◆ VirtualAddress
support::ulittle32_t llvm::object::coff_relocation::VirtualAddress
Definition at line 484 of file COFF.h.
Referenced by getNumberOfRelocations().
The documentation for this struct was generated from the following file:
- include/llvm/Object/COFF.h