LLVM 19.0.0git
Public Attributes | List of all members
llvm::objcopy::coff::Symbol Struct Reference

#include "ObjCopy/COFF/COFFObject.h"

Public Attributes

object::coff_symbol32 Sym
 
StringRef Name
 
std::vector< AuxSymbolAuxData
 
StringRef AuxFile
 
ssize_t TargetSectionId
 
ssize_t AssociativeComdatTargetSectionId = 0
 
std::optional< size_t > WeakTargetSymbolId
 
size_t UniqueId
 
size_t RawIndex
 
bool Referenced
 

Detailed Description

Definition at line 82 of file COFFObject.h.

Member Data Documentation

◆ AssociativeComdatTargetSectionId

ssize_t llvm::objcopy::coff::Symbol::AssociativeComdatTargetSectionId = 0

Definition at line 88 of file COFFObject.h.

◆ AuxData

std::vector<AuxSymbol> llvm::objcopy::coff::Symbol::AuxData

Definition at line 85 of file COFFObject.h.

◆ AuxFile

StringRef llvm::objcopy::coff::Symbol::AuxFile

Definition at line 86 of file COFFObject.h.

◆ Name

StringRef llvm::objcopy::coff::Symbol::Name

Definition at line 84 of file COFFObject.h.

Referenced by llvm::objcopy::coff::handleArgs().

◆ RawIndex

size_t llvm::objcopy::coff::Symbol::RawIndex

Definition at line 91 of file COFFObject.h.

◆ Referenced

bool llvm::objcopy::coff::Symbol::Referenced

Definition at line 92 of file COFFObject.h.

Referenced by llvm::objcopy::coff::handleArgs().

◆ Sym

object::coff_symbol32 llvm::objcopy::coff::Symbol::Sym

Definition at line 83 of file COFFObject.h.

Referenced by llvm::objcopy::coff::handleArgs().

◆ TargetSectionId

ssize_t llvm::objcopy::coff::Symbol::TargetSectionId

Definition at line 87 of file COFFObject.h.

◆ UniqueId

size_t llvm::objcopy::coff::Symbol::UniqueId

Definition at line 90 of file COFFObject.h.

◆ WeakTargetSymbolId

std::optional<size_t> llvm::objcopy::coff::Symbol::WeakTargetSymbolId

Definition at line 89 of file COFFObject.h.


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