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

#include <ELFTypes.h>

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

Public Attributes

Elf_Word ri_gprmask
 
Elf_Word ri_cprmask [4]
 
Elf_Addr ri_gp_value
 

Detailed Description

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

Definition at line 489 of file ELFTypes.h.

Member Data Documentation

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

Definition at line 492 of file ELFTypes.h.

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

Definition at line 493 of file ELFTypes.h.

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

Definition at line 491 of file ELFTypes.h.


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