|
LLVM
4.0.0
|
#include <COFF.h>
Public Attributes | |
| support::ulittle32_t | VirtualAddress |
| support::ulittle32_t | SymbolTableIndex |
| support::ulittle16_t | Type |
Definition at line 435 of file Object/COFF.h.
| support::ulittle32_t llvm::object::coff_relocation::SymbolTableIndex |
Definition at line 437 of file Object/COFF.h.
Referenced by llvm::object::COFFObjectFile::getRelocationSymbol().
| support::ulittle16_t llvm::object::coff_relocation::Type |
Definition at line 438 of file Object/COFF.h.
Referenced by llvm::object::COFFObjectFile::getRelocationType(), and llvm::object::COFFObjectFile::getRelocationTypeName().
| support::ulittle32_t llvm::object::coff_relocation::VirtualAddress |
Definition at line 436 of file Object/COFF.h.
Referenced by getNumberOfRelocations(), and llvm::object::COFFObjectFile::getRelocationOffset().
1.8.6