LLVM 20.0.0git
|
#include "ObjCopy/MachO/MachOObject.h"
Public Member Functions | |
IndirectSymbolEntry (uint32_t OriginalIndex, std::optional< SymbolEntry * > Symbol) | |
Public Attributes | |
uint32_t | OriginalIndex |
std::optional< SymbolEntry * > | Symbol |
The Symbol referenced by this entry. | |
Definition at line 149 of file MachOObject.h.
|
inline |
Definition at line 157 of file MachOObject.h.
uint32_t llvm::objcopy::macho::IndirectSymbolEntry::OriginalIndex |
Definition at line 152 of file MachOObject.h.
std::optional<SymbolEntry *> llvm::objcopy::macho::IndirectSymbolEntry::Symbol |
The Symbol referenced by this entry.
It's std::nullopt if the index is INDIRECT_SYMBOL_LOCAL or INDIRECT_SYMBOL_ABS.
Definition at line 155 of file MachOObject.h.
Referenced by markSymbols().