Searched refs:parseDescriptorTable (Results 1 – 3 of 3) sorted by relevance
80 std::optional<llvm::hlsl::rootsig::DescriptorTable> parseDescriptorTable();
242 static bool parseDescriptorTable(LLVMContext *Ctx, in parseDescriptorTable() function376 return parseDescriptorTable(Ctx, RSD, Element); in parseRootSignatureElement()
62 auto Table = parseDescriptorTable(); in parse()281 std::optional<DescriptorTable> RootSignatureParser::parseDescriptorTable() { in parseDescriptorTable() function in clang::hlsl::RootSignatureParser