Searched defs:ARCHINFO (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/TextAPI/ |
H A D | Architecture.cpp | 24 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureFromCpuType() macro 36 #define ARCHINFO(Arch, Type, Subtype, NumBits) .Case(#Arch, AK_##Arch) in getArchitectureFromName() macro 44 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureName() macro 60 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getCPUTypeFromArchitecture() macro 80 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in is64Bit() macro
|
H A D | TextStubCommon.cpp | 135 #define ARCHINFO(arch, type, subtype, numbits) \ in bitset() macro
|
/openbsd/gnu/llvm/llvm/include/llvm/TextAPI/ |
H A D | Architecture.h | 28 #define ARCHINFO(Arch, Type, SubType, NumBits) AK_##Arch, macro
|