LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::ELF::Elf64_Sym Struct Reference

#include <ELF.h>

Collaboration diagram for llvm::ELF::Elf64_Sym:
Collaboration graph
[legend]

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)
 

Public Attributes

Elf64_Word st_name
 
unsigned char st_info
 
unsigned char st_other
 
Elf64_Half st_shndx
 
Elf64_Addr st_value
 
Elf64_Xword st_size
 

Detailed Description

Definition at line 1300 of file Support/ELF.h.

Member Function Documentation

unsigned char llvm::ELF::Elf64_Sym::getBinding ( ) const
inline

Definition at line 1310 of file Support/ELF.h.

References st_info.

Referenced by setType().

unsigned char llvm::ELF::Elf64_Sym::getType ( ) const
inline

Definition at line 1311 of file Support/ELF.h.

References st_info.

Referenced by setBinding().

void llvm::ELF::Elf64_Sym::setBinding ( unsigned char  b)
inline

Definition at line 1312 of file Support/ELF.h.

References getType(), and setBindingAndType().

void llvm::ELF::Elf64_Sym::setBindingAndType ( unsigned char  b,
unsigned char  t 
)
inline

Definition at line 1314 of file Support/ELF.h.

References st_info.

Referenced by setBinding(), and setType().

void llvm::ELF::Elf64_Sym::setType ( unsigned char  t)
inline

Definition at line 1313 of file Support/ELF.h.

References getBinding(), and setBindingAndType().

Member Data Documentation

unsigned char llvm::ELF::Elf64_Sym::st_info

Definition at line 1302 of file Support/ELF.h.

Referenced by getBinding(), getType(), and setBindingAndType().

Elf64_Word llvm::ELF::Elf64_Sym::st_name

Definition at line 1301 of file Support/ELF.h.

unsigned char llvm::ELF::Elf64_Sym::st_other

Definition at line 1303 of file Support/ELF.h.

Elf64_Half llvm::ELF::Elf64_Sym::st_shndx

Definition at line 1304 of file Support/ELF.h.

Elf64_Xword llvm::ELF::Elf64_Sym::st_size

Definition at line 1306 of file Support/ELF.h.

Elf64_Addr llvm::ELF::Elf64_Sym::st_value

Definition at line 1305 of file Support/ELF.h.


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