Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h76 struct RootConstantsYaml { struct
134 SmallVector<RootConstantsYaml> Constants;
148 RootConstantsYaml &
399 template <> struct MappingTraits<llvm::DXContainerYAML::RootConstantsYaml> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
401 llvm::DXContainerYAML::RootConstantsYaml &C); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp121 RootConstantsYaml &ConstantYaml = in create()
429 DXContainerYAML::RootConstantsYaml &Constants = in mapping()
451 void MappingTraits<llvm::DXContainerYAML::RootConstantsYaml>::mapping( in mapping()
452 IO &IO, llvm::DXContainerYAML::RootConstantsYaml &C) { in mapping()
H A DDXContainerEmitter.cpp283 const DXContainerYAML::RootConstantsYaml &ConstantYaml = in writeParts()