Home
last modified time | relevance | path

Searched defs:ARCHINFO (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/TextAPI/
H A DArchitecture.cpp24 #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 DTextStubCommon.cpp135 #define ARCHINFO(arch, type, subtype, numbits) \ in bitset() macro
/openbsd/gnu/llvm/llvm/include/llvm/TextAPI/
H A DArchitecture.h28 #define ARCHINFO(Arch, Type, SubType, NumBits) AK_##Arch, macro