Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParseHLSLRootSignature.h80 std::optional<llvm::hlsl::rootsig::DescriptorTable> parseDescriptorTable();
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILRootSignature.cpp242 static bool parseDescriptorTable(LLVMContext *Ctx, in parseDescriptorTable() function
376 return parseDescriptorTable(Ctx, RSD, Element); in parseRootSignatureElement()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp62 auto Table = parseDescriptorTable(); in parse()
281 std::optional<DescriptorTable> RootSignatureParser::parseDescriptorTable() { in parseDescriptorTable() function in clang::hlsl::RootSignatureParser