LLVM API Documentation

Public Member Functions
llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, MaxAlign, true >, isRela > Struct Template Reference

#include <ELFTypes.h>

Inheritance diagram for llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, MaxAlign, true >, isRela >:
Inheritance graph
[legend]
Collaboration diagram for llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, MaxAlign, true >, isRela >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

uint32_t getSymbol (bool isMips64EL) const
uint32_t getType (bool isMips64EL) const
void setSymbol (uint32_t s)
void setType (uint32_t t)
void setSymbolAndType (uint32_t s, uint32_t t)

Detailed Description

template<endianness TargetEndianness, std::size_t MaxAlign, bool isRela>
struct llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, MaxAlign, true >, isRela >

Definition at line 366 of file ELFTypes.h.


Member Function Documentation

template<endianness TargetEndianness, std::size_t MaxAlign, bool isRela>
uint32_t llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, MaxAlign, true >, isRela >::getSymbol ( bool  isMips64EL) const [inline]

Definition at line 373 of file ELFTypes.h.

template<endianness TargetEndianness, std::size_t MaxAlign, bool isRela>
uint32_t llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, MaxAlign, true >, isRela >::getType ( bool  isMips64EL) const [inline]

Definition at line 376 of file ELFTypes.h.

template<endianness TargetEndianness, std::size_t MaxAlign, bool isRela>
void llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, MaxAlign, true >, isRela >::setSymbol ( uint32_t  s) [inline]

Definition at line 379 of file ELFTypes.h.

References llvm::Intrinsic::getType().

template<endianness TargetEndianness, std::size_t MaxAlign, bool isRela>
void llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, MaxAlign, true >, isRela >::setSymbolAndType ( uint32_t  s,
uint32_t  t 
) [inline]

Definition at line 381 of file ELFTypes.h.

template<endianness TargetEndianness, std::size_t MaxAlign, bool isRela>
void llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, MaxAlign, true >, isRela >::setType ( uint32_t  t) [inline]

Definition at line 380 of file ELFTypes.h.


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