|
LLVM 22.0.0git
|
#include "llvm/ObjCopy/CommonConfig.h"
Public Attributes | |
| StringRef | OriginalName |
| StringRef | NewName |
| std::optional< SectionFlag > | NewFlags |
Definition at line 70 of file CommonConfig.h.
| std::optional<SectionFlag> llvm::objcopy::SectionRename::NewFlags |
Definition at line 73 of file CommonConfig.h.
Referenced by handleArgs().
| StringRef llvm::objcopy::SectionRename::NewName |
Definition at line 72 of file CommonConfig.h.
Referenced by handleArgs().
| StringRef llvm::objcopy::SectionRename::OriginalName |
Definition at line 71 of file CommonConfig.h.