Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h94 dxbc::SigComponentType CompType;
106 dxbc::SigComponentType CompType, uint32_t Register, in addParam()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h592 enum class SigComponentType : uint32_t { enum
596 LLVM_ABI ArrayRef<EnumEntry<SigComponentType>> getSigComponentTypes();
615 SigComponentType CompType; // Type of bits.
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h276 dxbc::SigComponentType CompType;
322 LLVM_YAML_DECLARE_ENUM_TRAITS(llvm::dxbc::SigComponentType) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp582 void ScalarEnumerationTraits<dxbc::SigComponentType>::enumeration( in enumeration()
583 IO &IO, dxbc::SigComponentType &Value) { in enumeration()