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

#include <ELFTypes.h>

Collaboration diagram for llvm::object::Elf_Mips_Options< ELFT >:
[legend]

Public Member Functions

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 506 of file ELFTypes.h.

Member Function Documentation

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

Definition at line 514 of file ELFTypes.h.

References llvm::ELF::ODK_REGINFO.

Member Data Documentation

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

Definition at line 512 of file ELFTypes.h.

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

Definition at line 508 of file ELFTypes.h.

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

Definition at line 510 of file ELFTypes.h.

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

Definition at line 509 of file ELFTypes.h.


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