|
LLVM 23.0.0git
|
The purpose of this struct is to only expose the symbol information that an LTO client should need in order to do symbol resolution. More...
#include "llvm/LTO/LTO.h"
Public Attributes | |
| friend | LTO |
| Public Attributes inherited from llvm::irsymtab::Symbol | |
| StringRef | Name |
| StringRef | IRName |
| int | ComdatIndex |
| uint32_t | Flags |
| uint32_t | CommonSize |
| uint32_t | CommonAlign |
| StringRef | COFFWeakExternFallbackName |
| StringRef | SectionName |
Additional Inherited Members | |
| Public Types inherited from llvm::irsymtab::Symbol | |
| using | S = storage::Symbol |
The purpose of this struct is to only expose the symbol information that an LTO client should need in order to do symbol resolution.
|
inline |
|
inline |
Definition at line 208 of file IRSymtab.h.
|
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 229 of file IRSymtab.h.
|
inline |
Returns the index into the comdat table (see Reader::getComdatTable()), or -1 if not a comdat member.
Definition at line 193 of file IRSymtab.h.
|
inline |
Definition at line 222 of file IRSymtab.h.
|
inline |
Definition at line 217 of file IRSymtab.h.
|
inline |
Returns the unmangled symbol name, or the empty string if this is not an IR symbol.
Definition at line 189 of file IRSymtab.h.
|
inline |
Returns the mangled symbol name.
Definition at line 185 of file IRSymtab.h.
|
inline |
Definition at line 234 of file IRSymtab.h.
|
inline |
Definition at line 197 of file IRSymtab.h.
|
inline |
Definition at line 203 of file IRSymtab.h.
|
inline |
Definition at line 215 of file IRSymtab.h.
|
inline |
Definition at line 204 of file IRSymtab.h.
| bool InputFile::Symbol::isLibcall | ( | const TargetLibraryInfo & | TLI, |
| const RTLIB::RuntimeLibcallsInfo & | Libcalls ) const |
Definition at line 655 of file LTO.cpp.
References F, llvm::TargetLibraryInfo::getLibFunc(), llvm::RTLIB::RuntimeLibcallsInfo::getSupportedLibcallImpl(), llvm::TargetLibraryInfo::has(), and llvm::irsymtab::Symbol::IRName.
|
inline |
Definition at line 206 of file IRSymtab.h.
|
inline |
Definition at line 201 of file IRSymtab.h.
|
inline |
Definition at line 205 of file IRSymtab.h.
|
inline |
Definition at line 202 of file IRSymtab.h.