Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DArchitecture.cpp21 #define ARCHINFO(Arch, Type, Subtype) \ in getArchitectureFromCpuType() macro
33 #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
DTextStubCommon.cpp122 #define ARCHINFO(arch, type, subtype) \ in bitset() macro
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DArchitecture.h25 #define ARCHINFO(Arch, Type, SubType) AK_##Arch, macro