Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp484 auto *RSDecl = RSAttr->getSignatureDecl(); in emitEntryFunction() local
485 addRootSignature(RSDecl->getVersion(), RSDecl->getRootElements(), EntryFn, in emitEntryFunction()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5878 HLSLRootSignatureDecl *RSDecl = in Create() local
5883 auto *StoredElems = RSDecl->getElems(); in Create()
5885 return RSDecl; in Create()