LLVM 22.0.0git
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 {}

◆ EntryPropertyVec

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

◆ ShaderModelVersion

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

Definition at line 36 of file DXILMetadataAnalysis.h.

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

◆ ShaderProfile

◆ ValidatorVersion

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

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