LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::object::Elf_Mips_Options< ELFT > Struct Template Reference

#include "llvm/Object/ELFTypes.h"

Public Member Functions

Elf_Mips_RegInfo< ELFT > & getRegInfo ()
 
const Elf_Mips_RegInfo< ELFT > & getRegInfo () const
 

Public Attributes

uint8_t kind
 
uint8_t size
 
Elf_Half section
 
Elf_Word info
 

Detailed Description

template<class ELFT>
struct llvm::object::Elf_Mips_Options< ELFT >

Definition at line 763 of file ELFTypes.h.

Member Function Documentation

◆ getRegInfo() [1/2]

template<class ELFT >
Elf_Mips_RegInfo< ELFT > & llvm::object::Elf_Mips_Options< ELFT >::getRegInfo ( )
inline

Definition at line 771 of file ELFTypes.h.

References assert().

◆ getRegInfo() [2/2]

template<class ELFT >
const Elf_Mips_RegInfo< ELFT > & llvm::object::Elf_Mips_Options< ELFT >::getRegInfo ( ) const
inline

Definition at line 776 of file ELFTypes.h.

Member Data Documentation

◆ info

template<class ELFT >
Elf_Word llvm::object::Elf_Mips_Options< ELFT >::info

Definition at line 769 of file ELFTypes.h.

◆ kind

template<class ELFT >
uint8_t llvm::object::Elf_Mips_Options< ELFT >::kind

Definition at line 765 of file ELFTypes.h.

◆ section

template<class ELFT >
Elf_Half llvm::object::Elf_Mips_Options< ELFT >::section

Definition at line 767 of file ELFTypes.h.

◆ size

template<class ELFT >
uint8_t llvm::object::Elf_Mips_Options< ELFT >::size

Definition at line 766 of file ELFTypes.h.


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