struct PartHeader

Declaration

struct PartHeader { /* full declaration omitted */ };

Description

Use this type to describe the size and type of a DXIL container part.

Declared at: llvm/include/llvm/BinaryFormat/DXContainer.h:83

Member Variables

public uint8_t[4] Name
public uint32_t Size

Method Overview

Methods

llvm::StringRef getName() const

Declared at: llvm/include/llvm/BinaryFormat/DXContainer.h:88

void swapBytes()

Declared at: llvm/include/llvm/BinaryFormat/DXContainer.h:87