Searched refs:getCPUTypeNames (Results 1 – 4 of 4) sorted by relevance
32 ArrayRef<EnumEntry<unsigned>> getCPUTypeNames();
241 W.printEnum("Machine", unsigned(Compile2.Machine), getCPUTypeNames()); in visitKnownRecord()266 W.printEnum("Machine", unsigned(Compile3.Machine), getCPUTypeNames()); in visitKnownRecord()
485 ArrayRef<EnumEntry<unsigned>> getCPUTypeNames() { in getCPUTypeNames() function
143 auto CpuNames = getCPUTypeNames(); in enumeration()