LLVM API Documentation
#include <ELFTypes.h>
Public Member Functions | |
unsigned char | getBinding () const |
unsigned char | getType () const |
void | setBinding (unsigned char b) |
void | setType (unsigned char t) |
void | setBindingAndType (unsigned char b, unsigned char t) |
Definition at line 177 of file ELFTypes.h.
unsigned char llvm::object::Elf_Sym_Impl< ELFT >::getBinding | ( | ) | const [inline] |
Definition at line 182 of file ELFTypes.h.
Referenced by llvm::object::ELFObjectFile< ELFT >::getSymbolFlags().
unsigned char llvm::object::Elf_Sym_Impl< ELFT >::getType | ( | ) | const [inline] |
Definition at line 183 of file ELFTypes.h.
Referenced by llvm::object::ELFObjectFile< ELFT >::getSymbolAddress(), llvm::object::ELFObjectFile< ELFT >::getSymbolFlags(), and llvm::object::ELFObjectFile< ELFT >::getSymbolType().
void llvm::object::Elf_Sym_Impl< ELFT >::setBinding | ( | unsigned char | b | ) | [inline] |
Definition at line 184 of file ELFTypes.h.
References llvm::Intrinsic::getType().
void llvm::object::Elf_Sym_Impl< ELFT >::setBindingAndType | ( | unsigned char | b, |
unsigned char | t | ||
) | [inline] |
Definition at line 186 of file ELFTypes.h.
void llvm::object::Elf_Sym_Impl< ELFT >::setType | ( | unsigned char | t | ) | [inline] |
Definition at line 185 of file ELFTypes.h.