LLVM API Documentation

Public Member Functions | Public Attributes
llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, false >, true > Struct Template Reference

#include <ELFTypes.h>

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

List of all members.

Public Member Functions

uint32_t getRInfo (bool isMips64EL) const
void setRInfo (uint32_t R)

Public Attributes

Elf_Addr r_offset
Elf_Word r_info
Elf_Sword r_addend

Detailed Description

template<endianness TargetEndianness, std::size_t MaxAlign>
struct llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, false >, true >

Definition at line 327 of file ELFTypes.h.


Member Function Documentation

template<endianness TargetEndianness, std::size_t MaxAlign>
uint32_t llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, false >, true >::getRInfo ( bool  isMips64EL) const [inline]

Definition at line 333 of file ELFTypes.h.

template<endianness TargetEndianness, std::size_t MaxAlign>
void llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, false >, true >::setRInfo ( uint32_t  R) [inline]

Definition at line 337 of file ELFTypes.h.


Member Data Documentation

template<endianness TargetEndianness, std::size_t MaxAlign>
Elf_Sword llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, false >, true >::r_addend

Definition at line 331 of file ELFTypes.h.

template<endianness TargetEndianness, std::size_t MaxAlign>
Elf_Word llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, false >, true >::r_info

Definition at line 330 of file ELFTypes.h.

template<endianness TargetEndianness, std::size_t MaxAlign>
Elf_Addr llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, false >, true >::r_offset

Definition at line 329 of file ELFTypes.h.


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