LLVM 22.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::object::DirectX::RootConstantView Struct Reference

#include "llvm/Object/DXContainer.h"

Inheritance diagram for llvm::object::DirectX::RootConstantView:
[legend]

Public Member Functions

llvm::Expected< dxbc::RTS0::v1::RootConstantsread ()
 
- Public Member Functions inherited from llvm::object::DirectX::RootParameterView
 RootParameterView (const dxbc::RTS0::v1::RootParameterHeader &H, StringRef P)
 
template<typename T >
Expected< TreadParameter ()
 

Static Public Member Functions

static bool classof (const RootParameterView *V)
 

Additional Inherited Members

- Public Attributes inherited from llvm::object::DirectX::RootParameterView
const dxbc::RTS0::v1::RootParameterHeaderHeader
 
StringRef ParamData
 

Detailed Description

Definition at line 147 of file DXContainer.h.

Member Function Documentation

◆ classof()

static bool llvm::object::DirectX::RootConstantView::classof ( const RootParameterView V)
inlinestatic

Definition at line 148 of file DXContainer.h.

◆ read()

llvm::Expected< dxbc::RTS0::v1::RootConstants > llvm::object::DirectX::RootConstantView::read ( )
inline

Definition at line 153 of file DXContainer.h.


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