Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp990 bool both_windows = lhs_triple.isOSWindows() && rhs_triple.isOSWindows(); in IsMatch() local
995 (match == ExactMatch || !both_windows)) { in IsMatch()
1047 if (match == CompatibleMatch && both_windows) in IsMatch()