LLVM 22.0.0git
llvm::object::DXContainer Class Reference

#include "llvm/Object/DXContainer.h"

Classes

class  PartIterator

Public Types

using DXILData = std::pair<dxbc::ProgramHeader, const char *>

Public Member Functions

PartIterator begin () const
PartIterator end () const
StringRef getData () const
const dxbc::HeadergetHeader () const
const std::optional< DXILData > & getDXIL () const
std::optional< uint64_tgetShaderFeatureFlags () const
std::optional< dxbc::ShaderHashgetShaderHash () const
std::optional< DirectX::RootSignaturegetRootSignature () const
const std::optional< DirectX::PSVRuntimeInfo > & getPSVInfo () const
const DirectX::SignaturegetInputSignature () const
const DirectX::SignaturegetOutputSignature () const
const DirectX::SignaturegetPatchConstantSignature () const

Static Public Member Functions

static LLVM_ABI Expected< DXContainercreate (MemoryBufferRef Object)

Friends

class PartIterator

Detailed Description

Definition at line 460 of file DXContainer.h.

Member Typedef Documentation

◆ DXILData

Definition at line 462 of file DXContainer.h.

Member Function Documentation

◆ begin()

PartIterator llvm::object::DXContainer::begin ( ) const
inline

Definition at line 553 of file DXContainer.h.

References PartIterator.

◆ create()

Expected< DXContainer > DXContainer::create ( MemoryBufferRef Object)
static

◆ end()

PartIterator llvm::object::DXContainer::end ( ) const
inline

Definition at line 557 of file DXContainer.h.

References PartIterator.

◆ getData()

StringRef llvm::object::DXContainer::getData ( ) const
inline

Definition at line 559 of file DXContainer.h.

◆ getDXIL()

const std::optional< DXILData > & llvm::object::DXContainer::getDXIL ( ) const
inline

Definition at line 564 of file DXContainer.h.

◆ getHeader()

const dxbc::Header & llvm::object::DXContainer::getHeader ( ) const
inline

Definition at line 562 of file DXContainer.h.

◆ getInputSignature()

const DirectX::Signature & llvm::object::DXContainer::getInputSignature ( ) const
inline

Definition at line 580 of file DXContainer.h.

◆ getOutputSignature()

const DirectX::Signature & llvm::object::DXContainer::getOutputSignature ( ) const
inline

Definition at line 581 of file DXContainer.h.

◆ getPatchConstantSignature()

const DirectX::Signature & llvm::object::DXContainer::getPatchConstantSignature ( ) const
inline

Definition at line 584 of file DXContainer.h.

◆ getPSVInfo()

const std::optional< DirectX::PSVRuntimeInfo > & llvm::object::DXContainer::getPSVInfo ( ) const
inline

Definition at line 576 of file DXContainer.h.

◆ getRootSignature()

std::optional< DirectX::RootSignature > llvm::object::DXContainer::getRootSignature ( ) const
inline

Definition at line 572 of file DXContainer.h.

◆ getShaderFeatureFlags()

std::optional< uint64_t > llvm::object::DXContainer::getShaderFeatureFlags ( ) const
inline

Definition at line 566 of file DXContainer.h.

◆ getShaderHash()

std::optional< dxbc::ShaderHash > llvm::object::DXContainer::getShaderHash ( ) const
inline

Definition at line 570 of file DXContainer.h.

◆ PartIterator

friend class PartIterator
friend

Definition at line 487 of file DXContainer.h.

Referenced by begin(), and end().


The documentation for this class was generated from the following files: