Searched refs:getCPUTypeNames (Results 1 – 4 of 4) sorted by relevance
33 ArrayRef<EnumEntry<unsigned>> getCPUTypeNames();
242 W.printEnum("Machine", unsigned(Compile2.Machine), getCPUTypeNames()); in visitKnownRecord()267 W.printEnum("Machine", unsigned(Compile3.Machine), getCPUTypeNames()); in visitKnownRecord()
339 ArrayRef<EnumEntry<unsigned>> getCPUTypeNames() { in getCPUTypeNames() function
144 auto CpuNames = getCPUTypeNames(); in enumeration()