LLVM
8.0.1
|
#include "llvm/Object/COFF.h"
Public Attributes | |
support::ulittle32_t | VirtualAddress |
support::ulittle32_t | SymbolTableIndex |
support::ulittle16_t | Type |
support::ulittle32_t llvm::object::coff_relocation::SymbolTableIndex |
Definition at line 474 of file COFF.h.
Referenced by llvm::object::COFFObjectFile::getRelocationSymbol().
support::ulittle16_t llvm::object::coff_relocation::Type |
Definition at line 475 of file COFF.h.
Referenced by llvm::object::COFFObjectFile::getRelocationType(), and llvm::object::COFFObjectFile::getRelocationTypeName().
support::ulittle32_t llvm::object::coff_relocation::VirtualAddress |
Definition at line 473 of file COFF.h.
Referenced by llvm::object::COFFObjectFile::getRelocationOffset().