Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h94 dxbc::D3DSystemValue SystemValue;
106 dxbc::D3DSystemValue SystemValue, in addParam()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h437 enum class D3DSystemValue : uint32_t { enum
441 ArrayRef<EnumEntry<D3DSystemValue>> getD3DSystemValues();
466 D3DSystemValue SystemValue; // Semantic type. Similar to PSV::SemanticKind.
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h136 dxbc::D3DSystemValue SystemValue;
176 LLVM_YAML_DECLARE_ENUM_TRAITS(llvm::dxbc::D3DSystemValue) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp246 void ScalarEnumerationTraits<dxbc::D3DSystemValue>::enumeration( in enumeration()
247 IO &IO, dxbc::D3DSystemValue &Value) { in enumeration()