LLVM 22.0.0git
llvm::objcopy::dxbc::Part Struct Reference

#include "ObjCopy/DXContainer/DXContainerObject.h"

Public Member Functions

size_t size () const

Public Attributes

StringRef Name
ArrayRef< uint8_tData

Detailed Description

Definition at line 23 of file DXContainerObject.h.

Member Function Documentation

◆ size()

size_t llvm::objcopy::dxbc::Part::size ( ) const
inline

Definition at line 27 of file DXContainerObject.h.

References Data.

Member Data Documentation

◆ Data

ArrayRef<uint8_t> llvm::objcopy::dxbc::Part::Data

Definition at line 25 of file DXContainerObject.h.

Referenced by size().

◆ Name

StringRef llvm::objcopy::dxbc::Part::Name

Definition at line 24 of file DXContainerObject.h.


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