Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h95 dxbc::SigComponentType CompType;
107 dxbc::SigComponentType CompType, uint32_t Register, in addParam()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h444 enum class SigComponentType : uint32_t { enum
448 ArrayRef<EnumEntry<SigComponentType>> getSigComponentTypes();
467 SigComponentType CompType; // Type of bits.
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h137 dxbc::SigComponentType CompType;
177 LLVM_YAML_DECLARE_ENUM_TRAITS(llvm::dxbc::SigComponentType) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp258 void ScalarEnumerationTraits<dxbc::SigComponentType>::enumeration( in enumeration()
259 IO &IO, dxbc::SigComponentType &Value) { in enumeration()