Home
last modified time | relevance | path

Searched refs:dumpRootElements (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DHLSLRootSignature.h168 LLVM_ABI void dumpRootElements(raw_ostream &OS, ArrayRef<RootElement> Elements);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DHLSLRootSignature.cpp230 void dumpRootElements(raw_ostream &OS, ArrayRef<RootElement> Elements) { in dumpRootElements() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp3054 llvm::hlsl::rootsig::dumpRootElements(OS, D->getRootElements()); in VisitHLSLRootSignatureDecl()