LLVM 22.0.0git
|
#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 |
Definition at line 790 of file ELFTypes.h.
|
inline |
Definition at line 798 of file ELFTypes.h.
References assert(), getRegInfo(), kind, and llvm::ELF::ODK_REGINFO.
Referenced by getRegInfo(), and getRegInfo().
|
inline |
Definition at line 803 of file ELFTypes.h.
References getRegInfo().
Elf_Word llvm::object::Elf_Mips_Options< ELFT >::info |
Definition at line 796 of file ELFTypes.h.
uint8_t llvm::object::Elf_Mips_Options< ELFT >::kind |
Definition at line 792 of file ELFTypes.h.
Referenced by getRegInfo().
Elf_Half llvm::object::Elf_Mips_Options< ELFT >::section |
Definition at line 794 of file ELFTypes.h.
uint8_t llvm::object::Elf_Mips_Options< ELFT >::size |
Definition at line 793 of file ELFTypes.h.