LLVM API Documentation
#include <ELFTypes.h>


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) |
Definition at line 366 of file ELFTypes.h.
| 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.
| 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.
| 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().
| 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.
| void llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, MaxAlign, true >, isRela >::setType | ( | uint32_t | t | ) | [inline] |
Definition at line 380 of file ELFTypes.h.