Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDXContainer.cpp43 #define D3D_SYSTEM_VALUE(Val, Enum) {#Enum, D3DSystemValue::Enum},
45 static const EnumEntry<D3DSystemValue> D3DSystemValueNames[] = {
49 ArrayRef<EnumEntry<D3DSystemValue>> dxbc::getD3DSystemValues() { in getD3DSystemValues()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h93 dxbc::D3DSystemValue SystemValue;
105 dxbc::D3DSystemValue SystemValue, in addParam()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h585 enum class D3DSystemValue : uint32_t { enum
589 LLVM_ABI ArrayRef<EnumEntry<D3DSystemValue>> getD3DSystemValues();
614 D3DSystemValue SystemValue; // Semantic type. Similar to PSV::SemanticKind.
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h275 dxbc::D3DSystemValue SystemValue;
321 LLVM_YAML_DECLARE_ENUM_TRAITS(llvm::dxbc::D3DSystemValue) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp570 void ScalarEnumerationTraits<dxbc::D3DSystemValue>::enumeration( in enumeration()
571 IO &IO, dxbc::D3DSystemValue &Value) { in enumeration()