|
LLVM 23.0.0git
|
#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. | |
Definition at line 812 of file DXContainer.h.
|
inline |
Definition at line 817 of file DXContainer.h.
References Flags, NameLength, and llvm::sys::swapByteOrder().
| uint16_t llvm::dxbc::DebugNameHeader::Flags |
Definition at line 813 of file DXContainer.h.
Referenced by swapBytes().
| uint16_t llvm::dxbc::DebugNameHeader::NameLength |
Debug file name length, without null terminator.
Definition at line 815 of file DXContainer.h.
Referenced by swapBytes().