LLVM 18.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
 
std::vector< SymbolFlagFlags
 
std::vector< StringRefBeforeSyms
 

Detailed Description

Definition at line 183 of file CommonConfig.h.

Member Data Documentation

◆ BeforeSyms

std::vector<StringRef> llvm::objcopy::NewSymbolInfo::BeforeSyms

Definition at line 188 of file CommonConfig.h.

◆ Flags

std::vector<SymbolFlag> llvm::objcopy::NewSymbolInfo::Flags

Definition at line 187 of file CommonConfig.h.

◆ SectionName

StringRef llvm::objcopy::NewSymbolInfo::SectionName

Definition at line 185 of file CommonConfig.h.

◆ SymbolName

StringRef llvm::objcopy::NewSymbolInfo::SymbolName

Definition at line 184 of file CommonConfig.h.

◆ Value

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

Definition at line 186 of file CommonConfig.h.


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