Searched refs:cpu_str (Results 1 – 1 of 1) sorted by relevance
763 llvm::StringRef cpu_str = triple_str.substr(0, pos); in ParseMachCPUDashSubtypeTriple() local765 if (cpu_str.empty() || remainder.empty()) in ParseMachCPUDashSubtypeTriple()776 if (cpu_str.getAsInteger(10, cpu) || sub_str.getAsInteger(10, sub)) in ParseMachCPUDashSubtypeTriple()