|
LLVM 22.0.0git
|
#include "llvm/BinaryFormat/DXContainer.h"
Public Member Functions | |
| void | swapBytes () |
Public Attributes | |
| ResourceType | Type |
| uint32_t | Space |
| uint32_t | LowerBound |
| uint32_t | UpperBound |
Definition at line 448 of file DXContainer.h.
|
inline |
Definition at line 454 of file DXContainer.h.
References LowerBound, Space, llvm::sys::swapByteOrder(), Type, and UpperBound.
Referenced by llvm::dxbc::PSV::v2::ResourceBindInfo::swapBytes().
| uint32_t llvm::dxbc::PSV::v0::ResourceBindInfo::LowerBound |
Definition at line 451 of file DXContainer.h.
Referenced by llvm::yaml::MappingTraits< DXContainerYAML::ResourceBindInfo >::mapping(), and swapBytes().
| uint32_t llvm::dxbc::PSV::v0::ResourceBindInfo::Space |
Definition at line 450 of file DXContainer.h.
Referenced by llvm::yaml::MappingTraits< DXContainerYAML::ResourceBindInfo >::mapping(), and swapBytes().
| ResourceType llvm::dxbc::PSV::v0::ResourceBindInfo::Type |
Definition at line 449 of file DXContainer.h.
Referenced by llvm::yaml::MappingTraits< DXContainerYAML::ResourceBindInfo >::mapping(), and swapBytes().
| uint32_t llvm::dxbc::PSV::v0::ResourceBindInfo::UpperBound |
Definition at line 452 of file DXContainer.h.
Referenced by llvm::yaml::MappingTraits< DXContainerYAML::ResourceBindInfo >::mapping(), and swapBytes().