LLVM  8.0.1
Public Attributes | List of all members
llvm::object::Elf_Mips_RegInfo< ELFType< TargetEndianness, true > > Struct Template Reference

#include "llvm/Object/ELFTypes.h"

Collaboration diagram for llvm::object::Elf_Mips_RegInfo< ELFType< TargetEndianness, true > >:
Collaboration graph
[legend]

Public Attributes

Elf_Word ri_gprmask
 
Elf_Word ri_pad
 
Elf_Word ri_cprmask [4]
 
Elf_Addr ri_gp_value
 

Detailed Description

template<support::endianness TargetEndianness>
struct llvm::object::Elf_Mips_RegInfo< ELFType< TargetEndianness, true > >

Definition at line 714 of file ELFTypes.h.

Member Data Documentation

◆ ri_cprmask

template<support::endianness TargetEndianness>
Elf_Word llvm::object::Elf_Mips_RegInfo< ELFType< TargetEndianness, true > >::ri_cprmask[4]

Definition at line 718 of file ELFTypes.h.

◆ ri_gp_value

template<support::endianness TargetEndianness>
Elf_Addr llvm::object::Elf_Mips_RegInfo< ELFType< TargetEndianness, true > >::ri_gp_value

Definition at line 719 of file ELFTypes.h.

◆ ri_gprmask

template<support::endianness TargetEndianness>
Elf_Word llvm::object::Elf_Mips_RegInfo< ELFType< TargetEndianness, true > >::ri_gprmask

Definition at line 716 of file ELFTypes.h.

◆ ri_pad

template<support::endianness TargetEndianness>
Elf_Word llvm::object::Elf_Mips_RegInfo< ELFType< TargetEndianness, true > >::ri_pad

Definition at line 717 of file ELFTypes.h.


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