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

#include "llvm/Object/COFF.h"

Public Attributes

support::ulittle32_t HeaderSize
 
support::ulittle32_t FixupInfoSize
 
support::ulittle32_t Symbol
 
support::ulittle32_t SymbolGroup
 
support::ulittle32_t Flags
 

Detailed Description

Definition at line 854 of file COFF.h.

Member Data Documentation

◆ FixupInfoSize

support::ulittle32_t llvm::object::coff_dynamic_relocation32_v2::FixupInfoSize

Definition at line 856 of file COFF.h.

◆ Flags

support::ulittle32_t llvm::object::coff_dynamic_relocation32_v2::Flags

Definition at line 859 of file COFF.h.

◆ HeaderSize

support::ulittle32_t llvm::object::coff_dynamic_relocation32_v2::HeaderSize

Definition at line 855 of file COFF.h.

◆ Symbol

support::ulittle32_t llvm::object::coff_dynamic_relocation32_v2::Symbol

Definition at line 857 of file COFF.h.

◆ SymbolGroup

support::ulittle32_t llvm::object::coff_dynamic_relocation32_v2::SymbolGroup

Definition at line 858 of file COFF.h.


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