LLVM: llvm::object::coff_dynamic_relocation64_v2 Struct Reference (original) (raw)

#include "[llvm/Object/COFF.h](Object%5F2COFF%5F8h%5Fsource.html)"

Public Attributes
support::ulittle32_t HeaderSize
support::ulittle32_t FixupInfoSize
support::ulittle64_t Symbol
support::ulittle32_t SymbolGroup
support::ulittle32_t Flags

Detailed Description

Definition at line 872 of file COFF.h.

Member Data Documentation

FixupInfoSize

support::ulittle32_t llvm::object::coff_dynamic_relocation64_v2::FixupInfoSize

Definition at line 874 of file COFF.h.

Flags

support::ulittle32_t llvm::object::coff_dynamic_relocation64_v2::Flags

Definition at line 877 of file COFF.h.

HeaderSize

support::ulittle32_t llvm::object::coff_dynamic_relocation64_v2::HeaderSize

Definition at line 873 of file COFF.h.

Symbol

support::ulittle64_t llvm::object::coff_dynamic_relocation64_v2::Symbol

Definition at line 875 of file COFF.h.

SymbolGroup

support::ulittle32_t llvm::object::coff_dynamic_relocation64_v2::SymbolGroup

Definition at line 876 of file COFF.h.


The documentation for this struct was generated from the following file: