LLVM 23.0.0git
llvm::dxbc::DebugNameHeader Struct Reference

#include "llvm/BinaryFormat/DXContainer.h"

Public Member Functions

void swapBytes ()

Public Attributes

uint16_t Flags
uint16_t NameLength
 Debug file name length, without null terminator.

Detailed Description

Definition at line 812 of file DXContainer.h.

Member Function Documentation

◆ swapBytes()

void llvm::dxbc::DebugNameHeader::swapBytes ( )
inline

Definition at line 817 of file DXContainer.h.

References Flags, NameLength, and llvm::sys::swapByteOrder().

Member Data Documentation

◆ Flags

uint16_t llvm::dxbc::DebugNameHeader::Flags

Definition at line 813 of file DXContainer.h.

Referenced by swapBytes().

◆ NameLength

uint16_t llvm::dxbc::DebugNameHeader::NameLength

Debug file name length, without null terminator.

Definition at line 815 of file DXContainer.h.

Referenced by swapBytes().


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