LLVM 23.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 (bool Debug) const
std::optional< uint16_tgetShaderKind () const
const std::optional< mcdxbc::DebugNamegetDebugName () 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 461 of file DXContainer.h.

Member Typedef Documentation

◆ DXILData

Definition at line 463 of file DXContainer.h.

Member Function Documentation

◆ begin()

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

Definition at line 557 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 561 of file DXContainer.h.

References PartIterator.

◆ getData()

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

Definition at line 563 of file DXContainer.h.

◆ getDebugName()

const std::optional< mcdxbc::DebugName > llvm::object::DXContainer::getDebugName ( ) const
inline

Definition at line 579 of file DXContainer.h.

◆ getDXIL()

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

Definition at line 568 of file DXContainer.h.

References llvm::Debug.

◆ getHeader()

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

Definition at line 566 of file DXContainer.h.

◆ getInputSignature()

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

Definition at line 597 of file DXContainer.h.

◆ getOutputSignature()

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

Definition at line 598 of file DXContainer.h.

◆ getPatchConstantSignature()

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

Definition at line 601 of file DXContainer.h.

◆ getPSVInfo()

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

Definition at line 593 of file DXContainer.h.

◆ getRootSignature()

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

Definition at line 589 of file DXContainer.h.

◆ getShaderFeatureFlags()

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

Definition at line 583 of file DXContainer.h.

◆ getShaderHash()

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

Definition at line 587 of file DXContainer.h.

◆ getShaderKind()

std::optional< uint16_t > llvm::object::DXContainer::getShaderKind ( ) const
inline

Definition at line 572 of file DXContainer.h.

◆ PartIterator

friend class PartIterator
friend

Definition at line 491 of file DXContainer.h.

Referenced by begin(), and end().


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