Home
last modified time | relevance | path

Searched refs:BuildDescriptorTable (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DRootSignatureMetadata.h43 MDNode *BuildDescriptorTable(const DescriptorTable &Table);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DRootSignatureMetadata.cpp64 return BuildDescriptorTable(Table); in BuildRootSignature()
121 MDNode *MetadataBuilder::BuildDescriptorTable(const DescriptorTable &Table) { in BuildDescriptorTable() function in llvm::hlsl::rootsig::MetadataBuilder