Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h301 static bool ContainsOnlyArch(const llvm::Triple &normalized_triple);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp201 if (!ArchSpec::ContainsOnlyArch(normalized_triple)) in GetAugmentedArchSpec()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp802 bool ArchSpec::ContainsOnlyArch(const llvm::Triple &normalized_triple) { in ContainsOnlyArch() function in ArchSpec
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp851 if (!ArchSpec::ContainsOnlyArch(normalized_triple)) in GetAugmentedArchSpec()