LLVM API Documentation

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

#include <ELFTypes.h>

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

List of all members.

Public Member Functions

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

Public Attributes

Elf_Addr r_offset
Elf_Xword r_info

Detailed Description

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

Definition at line 305 of file ELFTypes.h.


Member Function Documentation

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

Definition at line 310 of file ELFTypes.h.

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

Definition at line 320 of file ELFTypes.h.


Member Data Documentation

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

Definition at line 308 of file ELFTypes.h.

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

Definition at line 307 of file ELFTypes.h.


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