LLVM 20.0.0git
Public Attributes | List of all members
llvm::object::coff_dynamic_relocation64_v2 Struct Reference

#include "llvm/Object/COFF.h"

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 862 of file COFF.h.

Member Data Documentation

◆ FixupInfoSize

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

Definition at line 864 of file COFF.h.

◆ Flags

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

Definition at line 867 of file COFF.h.

◆ HeaderSize

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

Definition at line 863 of file COFF.h.

◆ Symbol

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

Definition at line 865 of file COFF.h.

◆ SymbolGroup

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

Definition at line 866 of file COFF.h.


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