Home
last modified time | relevance | path

Searched refs:cpu_str (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp763 llvm::StringRef cpu_str = triple_str.substr(0, pos); in ParseMachCPUDashSubtypeTriple() local
765 if (cpu_str.empty() || remainder.empty()) in ParseMachCPUDashSubtypeTriple()
776 if (cpu_str.getAsInteger(10, cpu) || sub_str.getAsInteger(10, sub)) in ParseMachCPUDashSubtypeTriple()