Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DArchSpec.h281 static bool ContainsOnlyArch(const llvm::Triple &normalized_triple);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DHostInfoBase.cpp195 if (!ArchSpec::ContainsOnlyArch(normalized_triple)) in GetAugmentedArchSpec()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DPlatform.cpp942 if (!ArchSpec::ContainsOnlyArch(normalized_triple)) in GetAugmentedArchSpec()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DArchSpec.cpp794 bool ArchSpec::ContainsOnlyArch(const llvm::Triple &normalized_triple) { in ContainsOnlyArch() function in ArchSpec