LLVM 20.0.0git
|
#include "llvm/Object/ELFTypes.h"
Public Member Functions | |
unsigned char | getBinding () const |
unsigned char | getType () const |
uint64_t | getValue () const |
void | setBinding (unsigned char b) |
void | setType (unsigned char t) |
void | setBindingAndType (unsigned char b, unsigned char t) |
unsigned char | getVisibility () const |
Access to the STV_xxx flag stored in the first two bits of st_other. | |
void | setVisibility (unsigned char v) |
bool | isAbsolute () const |
bool | isCommon () const |
bool | isDefined () const |
bool | isProcessorSpecific () const |
bool | isOSSpecific () const |
bool | isReserved () const |
bool | isUndefined () const |
bool | isExternal () const |
Expected< StringRef > | getName (StringRef StrTab) const |
Definition at line 219 of file ELFTypes.h.
|
inline |
Definition at line 227 of file ELFTypes.h.
Expected< StringRef > llvm::object::Elf_Sym_Impl< ELFT >::getName | ( | StringRef | StrTab | ) | const |
Definition at line 280 of file ELFTypes.h.
References llvm::createStringError(), llvm::StringRef::data(), Offset, and llvm::StringRef::size().
|
inline |
Definition at line 228 of file ELFTypes.h.
|
inline |
Definition at line 229 of file ELFTypes.h.
|
inline |
Access to the STV_xxx flag stored in the first two bits of st_other.
STV_DEFAULT: 0 STV_INTERNAL: 1 STV_HIDDEN: 2 STV_PROTECTED: 3
Definition at line 242 of file ELFTypes.h.
|
inline |
Definition at line 248 of file ELFTypes.h.
|
inline |
Definition at line 250 of file ELFTypes.h.
References getType().
|
inline |
Definition at line 254 of file ELFTypes.h.
|
inline |
Definition at line 272 of file ELFTypes.h.
|
inline |
Definition at line 260 of file ELFTypes.h.
|
inline |
Definition at line 256 of file ELFTypes.h.
|
inline |
Definition at line 264 of file ELFTypes.h.
|
inline |
Definition at line 270 of file ELFTypes.h.
|
inline |
Definition at line 230 of file ELFTypes.h.
References getType().
|
inline |
Definition at line 233 of file ELFTypes.h.
|
inline |
Definition at line 231 of file ELFTypes.h.
|
inline |
Definition at line 243 of file ELFTypes.h.
References assert().