Home
last modified time | relevance | path

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

/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.h464 enum class SigComponentType : uint32_t { enum
468 ArrayRef<EnumEntry<SigComponentType>> getSigComponentTypes();
487 SigComponentType CompType; // Type of bits.
/freebsd/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()
/freebsd/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()