Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDXContainer.cpp53 #define COMPONENT_TYPE(Val, Enum) {#Enum, SigComponentType::Enum},
55 static const EnumEntry<SigComponentType> SigComponentTypes[] = {
59 ArrayRef<EnumEntry<SigComponentType>> dxbc::getSigComponentTypes() { in getSigComponentTypes()
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h94 dxbc::SigComponentType CompType;
106 dxbc::SigComponentType CompType, uint32_t Register, in addParam()
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h464 enum class SigComponentType : uint32_t { enum
468 ArrayRef<EnumEntry<SigComponentType>> getSigComponentTypes();
487 SigComponentType CompType; // Type of bits.
/src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h140 dxbc::SigComponentType CompType;
180 LLVM_YAML_DECLARE_ENUM_TRAITS(llvm::dxbc::SigComponentType) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp269 void ScalarEnumerationTraits<dxbc::SigComponentType>::enumeration( in enumeration()
270 IO &IO, dxbc::SigComponentType &Value) { in enumeration()