LLVM 18.0.0git
Public Attributes | List of all members
llvm::objcopy::SectionRename Struct Reference

#include "llvm/ObjCopy/CommonConfig.h"

Public Attributes

StringRef OriginalName
 
StringRef NewName
 
std::optional< SectionFlagNewFlags
 

Detailed Description

Definition at line 76 of file CommonConfig.h.

Member Data Documentation

◆ NewFlags

std::optional<SectionFlag> llvm::objcopy::SectionRename::NewFlags

Definition at line 79 of file CommonConfig.h.

Referenced by handleArgs().

◆ NewName

StringRef llvm::objcopy::SectionRename::NewName

Definition at line 78 of file CommonConfig.h.

Referenced by handleArgs().

◆ OriginalName

StringRef llvm::objcopy::SectionRename::OriginalName

Definition at line 77 of file CommonConfig.h.


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