Home
last modified time | relevance | path

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

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