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

#include "llvm/ObjCopy/CommonConfig.h"

Public Attributes

StringRef SymbolName
 
StringRef SectionName
 
uint64_t Value = 0
 
SmallVector< SymbolFlag, 0 > Flags
 
SmallVector< StringRef, 0 > BeforeSyms
 

Detailed Description

Definition at line 176 of file CommonConfig.h.

Member Data Documentation

◆ BeforeSyms

SmallVector<StringRef, 0> llvm::objcopy::NewSymbolInfo::BeforeSyms

Definition at line 181 of file CommonConfig.h.

◆ Flags

SmallVector<SymbolFlag, 0> llvm::objcopy::NewSymbolInfo::Flags

Definition at line 180 of file CommonConfig.h.

◆ SectionName

StringRef llvm::objcopy::NewSymbolInfo::SectionName

Definition at line 178 of file CommonConfig.h.

◆ SymbolName

StringRef llvm::objcopy::NewSymbolInfo::SymbolName

Definition at line 177 of file CommonConfig.h.

◆ Value

uint64_t llvm::objcopy::NewSymbolInfo::Value = 0

Definition at line 179 of file CommonConfig.h.


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