Home
last modified time | relevance | path

Searched refs:SemanticKind (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDXContainer.cpp152 #define SEMANTIC_KIND(Val, Enum) {#Enum, PSV::SemanticKind::Enum},
154 static const EnumEntry<PSV::SemanticKind> SemanticKindNames[] = {
158 ArrayRef<EnumEntry<PSV::SemanticKind>> PSV::getSemanticKinds() { in getSemanticKinds()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h36 dxbc::PSV::SemanticKind Kind;
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h383 enum class SemanticKind : uint8_t { enum
387 LLVM_ABI ArrayRef<EnumEntry<SemanticKind>> getSemanticKinds();
469 SemanticKind Kind;
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h232 dxbc::PSV::SemanticKind Kind;
316 LLVM_YAML_DECLARE_ENUM_TRAITS(llvm::dxbc::PSV::SemanticKind) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp540 void ScalarEnumerationTraits<dxbc::PSV::SemanticKind>::enumeration( in enumeration()
541 IO &IO, dxbc::PSV::SemanticKind &Value) { in enumeration()