LLVM: llvm::objcopy::coff::Section Struct Reference (original) (raw)

#include "[ObjCopy/COFF/COFFObject.h](COFFObject%5F8h%5Fsource.html)"

Public Attributes
object::coff_section Header
std::vector< Relocation > Relocs
StringRef Name
ssize_t UniqueId
size_t Index

Definition at line 35 of file COFFObject.h.

clearContents()

void llvm::objcopy::coff::Section::clearContents ( ) inline

getContents()

ArrayRef< uint8_t > llvm::objcopy::coff::Section::getContents ( ) const inline

setContentsRef()

void llvm::objcopy::coff::Section::setContentsRef ( ArrayRef< uint8_t > Data) inline

setOwnedContents()

void llvm::objcopy::coff::Section::setOwnedContents ( std::vector< uint8_t > && Data) inline

Header

Index

size_t llvm::objcopy::coff::Section::Index

Name

Relocs

std::vector<Relocation> llvm::objcopy::coff::Section::Relocs

UniqueId

ssize_t llvm::objcopy::coff::Section::UniqueId


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