Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DArchSpec.h496 void PiecewiseTripleCompare(const ArchSpec &other, bool &arch_different,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DArchSpec.cpp1418 const ArchSpec &other, bool &arch_different, bool &vendor_different, in PiecewiseTripleCompare() argument
1423 arch_different = (me.getArch() != them.getArch()); in PiecewiseTripleCompare()