LLVM
8.0.1
|
This represents a symbol that has been read from a storage::Symbol and possibly a storage::Uncommon. More...
#include "llvm/Object/IRSymtab.h"
Public Types | |
using | S = storage::Symbol |
Public Member Functions | |
StringRef | getName () const |
Returns the mangled symbol name. More... | |
StringRef | getIRName () const |
Returns the unmangled symbol name, or the empty string if this is not an IR symbol. More... | |
int | getComdatIndex () const |
Returns the index into the comdat table (see Reader::getComdatTable()), or -1 if not a comdat member. More... | |
GlobalValue::VisibilityTypes | getVisibility () const |
bool | isUndefined () const |
bool | isWeak () const |
bool | isCommon () const |
bool | isIndirect () const |
bool | isUsed () const |
bool | isTLS () const |
bool | canBeOmittedFromSymbolTable () const |
bool | isGlobal () const |
bool | isFormatSpecific () const |
bool | isUnnamedAddr () const |
bool | isExecutable () const |
uint64_t | getCommonSize () const |
uint32_t | getCommonAlignment () const |
StringRef | getCOFFWeakExternalFallback () const |
COFF-specific: for weak externals, returns the name of the symbol that is used as a fallback if the weak external remains undefined. More... | |
StringRef | getSectionName () const |
Public Attributes | |
StringRef | Name |
StringRef | IRName |
int | ComdatIndex |
uint32_t | Flags |
uint32_t | CommonSize |
uint32_t | CommonAlign |
StringRef | COFFWeakExternFallbackName |
StringRef | SectionName |
This represents a symbol that has been read from a storage::Symbol and possibly a storage::Uncommon.
Definition at line 162 of file IRSymtab.h.
Definition at line 184 of file IRSymtab.h.
|
inline |
Definition at line 197 of file IRSymtab.h.
Referenced by llvm::lto::InputFile::Symbol::Symbol().
|
inline |
COFF-specific: for weak externals, returns the name of the symbol that is used as a fallback if the weak external remains undefined.
Definition at line 218 of file IRSymtab.h.
References assert(), and isWeak().
Referenced by llvm::lto::InputFile::Symbol::Symbol().
|
inline |
Returns the index into the comdat table (see Reader::getComdatTable()), or -1 if not a comdat member.
Definition at line 182 of file IRSymtab.h.
Referenced by llvm::lto::InputFile::Symbol::Symbol().
|
inline |
Definition at line 211 of file IRSymtab.h.
References assert().
Referenced by llvm::lto::InputFile::Symbol::Symbol().
|
inline |
Definition at line 206 of file IRSymtab.h.
References assert().
Referenced by llvm::lto::InputFile::Symbol::Symbol().
|
inline |
Returns the unmangled symbol name, or the empty string if this is not an IR symbol.
Definition at line 178 of file IRSymtab.h.
|
inline |
Returns the mangled symbol name.
Definition at line 174 of file IRSymtab.h.
References Name.
Referenced by llvm::lto::InputFile::getCOFFLinkerOpts(), and llvm::lto::InputFile::Symbol::Symbol().
|
inline |
Definition at line 223 of file IRSymtab.h.
References AMDGPU::ElfNote::SectionName.
Referenced by llvm::lto::InputFile::Symbol::Symbol().
|
inline |
Definition at line 186 of file IRSymtab.h.
Referenced by llvm::lto::InputFile::Symbol::Symbol().
|
inline |
Definition at line 192 of file IRSymtab.h.
Referenced by llvm::lto::InputFile::Symbol::Symbol().
|
inline |
Definition at line 204 of file IRSymtab.h.
Referenced by llvm::lto::InputFile::Symbol::Symbol().
|
inline |
Definition at line 202 of file IRSymtab.h.
|
inline |
Definition at line 201 of file IRSymtab.h.
|
inline |
Definition at line 193 of file IRSymtab.h.
Referenced by llvm::lto::InputFile::Symbol::Symbol().
|
inline |
Definition at line 195 of file IRSymtab.h.
Referenced by llvm::lto::InputFile::Symbol::Symbol().
|
inline |
Definition at line 190 of file IRSymtab.h.
Referenced by llvm::lto::InputFile::Symbol::Symbol().
|
inline |
Definition at line 203 of file IRSymtab.h.
|
inline |
Definition at line 194 of file IRSymtab.h.
|
inline |
Definition at line 191 of file IRSymtab.h.
Referenced by llvm::lto::InputFile::Symbol::Symbol().
StringRef llvm::irsymtab::Symbol::COFFWeakExternFallbackName |
Definition at line 170 of file IRSymtab.h.
int llvm::irsymtab::Symbol::ComdatIndex |
Definition at line 165 of file IRSymtab.h.
uint32_t llvm::irsymtab::Symbol::CommonAlign |
Definition at line 169 of file IRSymtab.h.
uint32_t llvm::irsymtab::Symbol::CommonSize |
Definition at line 169 of file IRSymtab.h.
uint32_t llvm::irsymtab::Symbol::Flags |
Definition at line 166 of file IRSymtab.h.
StringRef llvm::irsymtab::Symbol::IRName |
Definition at line 164 of file IRSymtab.h.
StringRef llvm::irsymtab::Symbol::Name |
Definition at line 164 of file IRSymtab.h.
StringRef llvm::irsymtab::Symbol::SectionName |
Definition at line 171 of file IRSymtab.h.