LLVM 22.0.0git
llvm::object::coff_base_reloc_block_entry Struct Reference

#include "llvm/Object/COFF.h"

Public Member Functions

int getType () const
int getOffset () const

Public Attributes

support::ulittle16_t Data

Detailed Description

Definition at line 797 of file COFF.h.

Member Function Documentation

◆ getOffset()

int llvm::object::coff_base_reloc_block_entry::getOffset ( ) const
inline

Definition at line 801 of file COFF.h.

References Data.

◆ getType()

int llvm::object::coff_base_reloc_block_entry::getType ( ) const
inline

Definition at line 800 of file COFF.h.

References Data.

Member Data Documentation

◆ Data

support::ulittle16_t llvm::object::coff_base_reloc_block_entry::Data

Definition at line 798 of file COFF.h.

Referenced by getOffset(), and getType().


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