Home
last modified time | relevance | path

Searched defs:parseDescriptorTable (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILRootSignature.cpp242 static bool parseDescriptorTable(LLVMContext *Ctx, in parseDescriptorTable() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp281 std::optional<DescriptorTable> RootSignatureParser::parseDescriptorTable() { in parseDescriptorTable() function in clang::hlsl::RootSignatureParser