LLVM 19.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 69 of file CommonConfig.h.

Member Data Documentation

◆ NewFlags

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

Definition at line 72 of file CommonConfig.h.

Referenced by handleArgs().

◆ NewName

StringRef llvm::objcopy::SectionRename::NewName

Definition at line 71 of file CommonConfig.h.

Referenced by handleArgs().

◆ OriginalName

StringRef llvm::objcopy::SectionRename::OriginalName

Definition at line 70 of file CommonConfig.h.


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