Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDArchSpec.h555 bool ParseMachCPUDashSubtypeTriple(llvm::StringRef triple_str, ArchSpec &arch);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Utility/
HDArchSpec.cpp753 bool lldb_private::ParseMachCPUDashSubtypeTriple(llvm::StringRef triple_str, in ParseMachCPUDashSubtypeTriple() function in lldb_private
795 if (ParseMachCPUDashSubtypeTriple(triple, *this)) in SetTriple()