LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::object::coff_base_reloc_block_entry Struct Reference

#include "llvm/Object/COFF.h"

Collaboration diagram for llvm::object::coff_base_reloc_block_entry:
Collaboration graph
[legend]

Public Member Functions

int getType () const
 
int getOffset () const
 

Public Attributes

support::ulittle16_t Data
 

Detailed Description

Definition at line 711 of file COFF.h.

Member Function Documentation

◆ getOffset()

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

Definition at line 715 of file COFF.h.

◆ getType()

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

Definition at line 714 of file COFF.h.

Referenced by llvm::object::BaseRelocRef::getType().

Member Data Documentation

◆ Data

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

Definition at line 712 of file COFF.h.


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