|
LLVM 22.0.0git
|
#include "llvm/ObjCopy/CommonConfig.h"
Public Member Functions | |
| NewSectionInfo ()=default | |
| NewSectionInfo (StringRef Name, std::unique_ptr< MemoryBuffer > &&Buffer) | |
Public Attributes | |
| StringRef | SectionName |
| std::shared_ptr< MemoryBuffer > | SectionData |
Definition at line 198 of file CommonConfig.h.
|
default |
|
inline |
Definition at line 200 of file CommonConfig.h.
References llvm::move(), SectionData, and SectionName.
| std::shared_ptr<MemoryBuffer> llvm::objcopy::NewSectionInfo::SectionData |
Definition at line 204 of file CommonConfig.h.
Referenced by addSection(), llvm::objcopy::coff::handleArgs(), llvm::objcopy::wasm::handleArgs(), handleUserSection(), NewSectionInfo(), and updateSection().
| StringRef llvm::objcopy::NewSectionInfo::SectionName |
Definition at line 203 of file CommonConfig.h.
Referenced by addSection(), handleArgs(), llvm::objcopy::coff::handleArgs(), llvm::objcopy::wasm::handleArgs(), handleUserSection(), NewSectionInfo(), and updateSection().