LLVM 22.0.0git
llvm::objcopy::NewSectionInfo Struct Reference

#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< MemoryBufferSectionData

Detailed Description

Definition at line 198 of file CommonConfig.h.

Constructor & Destructor Documentation

◆ NewSectionInfo() [1/2]

llvm::objcopy::NewSectionInfo::NewSectionInfo ( )
default

◆ NewSectionInfo() [2/2]

llvm::objcopy::NewSectionInfo::NewSectionInfo ( StringRef Name,
std::unique_ptr< MemoryBuffer > && Buffer )
inline

Definition at line 200 of file CommonConfig.h.

References llvm::move(), SectionData, and SectionName.

Member Data Documentation

◆ SectionData

std::shared_ptr<MemoryBuffer> llvm::objcopy::NewSectionInfo::SectionData

◆ SectionName


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