LLVM 22.0.0git
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 790 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 798 of file ELFTypes.h.

References assert(), getRegInfo(), kind, and llvm::ELF::ODK_REGINFO.

Referenced by getRegInfo(), and getRegInfo().

◆ getRegInfo() [2/2]

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

Definition at line 803 of file ELFTypes.h.

References getRegInfo().

Member Data Documentation

◆ info

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

Definition at line 796 of file ELFTypes.h.

◆ kind

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

Definition at line 792 of file ELFTypes.h.

Referenced by getRegInfo().

◆ section

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

Definition at line 794 of file ELFTypes.h.

◆ size

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

Definition at line 793 of file ELFTypes.h.


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