|
LLVM
4.0.0
|
#include <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. More... | |
| 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 26 of file ELFTypes.h.
|
inline |
Definition at line 220 of file ELFTypes.h.
| Expected< StringRef > llvm::object::Elf_Sym_Impl< ELFT >::getName | ( | StringRef | StrTab | ) | const |
Definition at line 265 of file ELFTypes.h.
References llvm::StringRef::data(), llvm::errorCodeToError(), Offset, llvm::object::parse_failed, and llvm::StringRef::size().
|
inline |
Definition at line 221 of file ELFTypes.h.
|
inline |
Definition at line 222 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 234 of file ELFTypes.h.
|
inline |
Definition at line 240 of file ELFTypes.h.
References llvm::ELF::SHN_ABS.
|
inline |
Definition at line 241 of file ELFTypes.h.
References llvm::Intrinsic::getType(), llvm::ELF::SHN_COMMON, and llvm::ELF::STT_COMMON.
|
inline |
Definition at line 244 of file ELFTypes.h.
|
inline |
Definition at line 257 of file ELFTypes.h.
References llvm::ELF::STB_LOCAL.
|
inline |
Definition at line 248 of file ELFTypes.h.
References llvm::ELF::SHN_HIOS, and llvm::ELF::SHN_LOOS.
|
inline |
Definition at line 245 of file ELFTypes.h.
References llvm::ELF::SHN_HIPROC, and llvm::ELF::SHN_LOPROC.
|
inline |
Definition at line 251 of file ELFTypes.h.
References llvm::ELF::SHN_LORESERVE.
|
inline |
Definition at line 256 of file ELFTypes.h.
References llvm::ELF::SHN_UNDEF.
|
inline |
Definition at line 223 of file ELFTypes.h.
References llvm::Intrinsic::getType().
|
inline |
Definition at line 225 of file ELFTypes.h.
|
inline |
Definition at line 224 of file ELFTypes.h.
|
inline |
Definition at line 235 of file ELFTypes.h.
References assert().
1.8.6