Searched defs:ARCHINFO (Results  1 – 3 of 3) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ | 
| D | Architecture.cpp | 21 #define ARCHINFO(Arch, Type, Subtype)                                          \  in getArchitectureFromCpuType()  macro33 #define ARCHINFO(Arch, Type, Subtype) .Case(#Arch, AK_##Arch)  in getArchitectureFromName()  macro
 41 #define ARCHINFO(Arch, Type, Subtype)                                          \  in getArchitectureName()  macro
 57 #define ARCHINFO(Arch, Type, Subtype)                                          \  in getCPUTypeFromArchitecture()  macro
 
 | 
| D | TextStubCommon.cpp | 122 #define ARCHINFO(arch, type, subtype)                                          \  in bitset()  macro
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ | 
| D | Architecture.h | 25 #define ARCHINFO(Arch, Type, SubType) AK_##Arch,  macro
 |