LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::dxil::ModuleMetadataInfo Struct Reference

#include "llvm/Analysis/DXILMetadataAnalysis.h"

Public Member Functions

void print (raw_ostream &OS) const
 

Public Attributes

VersionTuple DXILVersion {}
 
VersionTuple ShaderModelVersion {}
 
Triple::EnvironmentType ShaderProfile {Triple::UnknownEnvironment}
 
VersionTuple ValidatorVersion {}
 
SmallVector< EntryPropertiesEntryPropertyVec {}
 

Detailed Description

Definition at line 34 of file DXILMetadataAnalysis.h.

Member Function Documentation

◆ print()

void ModuleMetadataInfo::print ( raw_ostream OS) const

Member Data Documentation

◆ DXILVersion

VersionTuple llvm::dxil::ModuleMetadataInfo::DXILVersion {}

Definition at line 35 of file DXILMetadataAnalysis.h.

Referenced by collectMetadataInfo(), emitDXILVersionTupleMD(), and print().

◆ EntryPropertyVec

SmallVector<EntryProperties> llvm::dxil::ModuleMetadataInfo::EntryPropertyVec {}

Definition at line 39 of file DXILMetadataAnalysis.h.

Referenced by collectMetadataInfo(), print(), and translateMetadata().

◆ ShaderModelVersion

VersionTuple llvm::dxil::ModuleMetadataInfo::ShaderModelVersion {}

Definition at line 36 of file DXILMetadataAnalysis.h.

Referenced by collectMetadataInfo(), emitShaderModelVersionMD(), and print().

◆ ShaderProfile

Triple::EnvironmentType llvm::dxil::ModuleMetadataInfo::ShaderProfile {Triple::UnknownEnvironment}

◆ ValidatorVersion

VersionTuple llvm::dxil::ModuleMetadataInfo::ValidatorVersion {}

Definition at line 38 of file DXILMetadataAnalysis.h.

Referenced by collectMetadataInfo(), emitValidatorVersionMD(), and print().


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