Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h107 struct DescriptorTableYaml { struct
136 SmallVector<DescriptorTableYaml> Tables;
158 DescriptorTableYaml &getOrInsertTable(RootParameterLocationYaml &ParamDesc) { in getOrInsertTable()
409 template <> struct MappingTraits<llvm::DXContainerYAML::DescriptorTableYaml> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
411 llvm::DXContainerYAML::DescriptorTableYaml &D); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp49 DXContainerYAML::DescriptorTableYaml &TableYaml = in readDescriptorRanges()
413 void MappingTraits<llvm::DXContainerYAML::DescriptorTableYaml>::mapping( in mapping()
414 IO &IO, llvm::DXContainerYAML::DescriptorTableYaml &T) { in mapping()
443 DXContainerYAML::DescriptorTableYaml &Table = in mapping()
H A DDXContainerEmitter.cpp307 const DXContainerYAML::DescriptorTableYaml &TableYaml = in writeParts()