LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 149 of file MachOObject.h.

Constructor & Destructor Documentation

◆ IndirectSymbolEntry()

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

Definition at line 157 of file MachOObject.h.

Member Data Documentation

◆ OriginalIndex

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

Definition at line 152 of file MachOObject.h.

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

Referenced by markSymbols().


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