Home
last modified time | relevance | path

Searched refs:COMPONENT_TYPE (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def91 #ifdef COMPONENT_TYPE
93 COMPONENT_TYPE(0, Unknown)
94 COMPONENT_TYPE(1, UInt32)
95 COMPONENT_TYPE(2, SInt32)
96 COMPONENT_TYPE(3, Float32)
97 COMPONENT_TYPE(4, UInt16)
98 COMPONENT_TYPE(5, SInt16)
99 COMPONENT_TYPE(6, Float16)
100 COMPONENT_TYPE(7, UInt64)
101 COMPONENT_TYPE(8, SInt64)
[all …]
H A DDXContainer.h284 #define COMPONENT_TYPE(Val, Enum) Enum = Val, macro
443 #define COMPONENT_TYPE(Val, Enum) Enum = Val, macro
/freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDXContainer.cpp53 #define COMPONENT_TYPE(Val, Enum) {#Enum, SigComponentType::Enum}, macro
73 #define COMPONENT_TYPE(Val, Enum) {#Enum, PSV::ComponentType::Enum}, macro