Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp756 llvm::StringRef cpu_str = triple_str.substr(0, pos); in ParseMachCPUDashSubtypeTriple() local
758 if (cpu_str.empty() || remainder.empty()) in ParseMachCPUDashSubtypeTriple()
769 if (cpu_str.getAsInteger(10, cpu) || sub_str.getAsInteger(10, sub)) in ParseMachCPUDashSubtypeTriple()