LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 783 of file COFF.h.

Member Function Documentation

◆ getOffset()

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

Definition at line 787 of file COFF.h.

References Data.

◆ getType()

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

Definition at line 786 of file COFF.h.

References Data.

Member Data Documentation

◆ Data

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

Definition at line 784 of file COFF.h.

Referenced by getOffset(), and getType().


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