Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILRootSignature.cpp88 static bool parseRootConstants(LLVMContext *Ctx, mcdxbc::RootSignatureDesc &RSD, in parseRootConstants() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp176 std::optional<RootConstants> RootSignatureParser::parseRootConstants() { in parseRootConstants() function in clang::hlsl::RootSignatureParser