LLVM 22.0.0git
llvm::objcopy::macho::IndirectSymbolEntry Struct Reference

#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.

Detailed Description

Definition at line 150 of file MachOObject.h.

Constructor & Destructor Documentation

◆ IndirectSymbolEntry()

llvm::objcopy::macho::IndirectSymbolEntry::IndirectSymbolEntry ( uint32_t OriginalIndex,
std::optional< SymbolEntry * > Symbol )
inline

Definition at line 158 of file MachOObject.h.

References OriginalIndex, and Symbol.

Member Data Documentation

◆ OriginalIndex

uint32_t llvm::objcopy::macho::IndirectSymbolEntry::OriginalIndex

Definition at line 153 of file MachOObject.h.

Referenced by IndirectSymbolEntry().

◆ Symbol

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 156 of file MachOObject.h.

Referenced by IndirectSymbolEntry(), and markSymbols().


The documentation for this struct was generated from the following file: