Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def277 #ifdef COMPONENT_TYPE
279 COMPONENT_TYPE(0, Unknown)
280 COMPONENT_TYPE(1, UInt32)
281 COMPONENT_TYPE(2, SInt32)
282 COMPONENT_TYPE(3, Float32)
283 COMPONENT_TYPE(4, UInt16)
284 COMPONENT_TYPE(5, SInt16)
285 COMPONENT_TYPE(6, Float16)
286 COMPONENT_TYPE(7, UInt64)
287 COMPONENT_TYPE(8, SInt64)
[all …]
H A DDXContainer.h389 #define COMPONENT_TYPE(Val, Enum) Enum = Val, macro
591 #define COMPONENT_TYPE(Val, Enum) Enum = Val, macro
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDXContainer.cpp53 #define COMPONENT_TYPE(Val, Enum) {#Enum, SigComponentType::Enum}, macro
162 #define COMPONENT_TYPE(Val, Enum) {#Enum, PSV::ComponentType::Enum}, macro