LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 185 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 187 of file CommonConfig.h.

Member Data Documentation

◆ SectionData

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

◆ SectionName

StringRef llvm::objcopy::NewSectionInfo::SectionName

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