Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DArchSpec.h507 void PiecewiseTripleCompare(const ArchSpec &other, bool &arch_different,
/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp1424 const ArchSpec &other, bool &arch_different, bool &vendor_different, in PiecewiseTripleCompare() argument
1429 arch_different = (me.getArch() != them.getArch()); in PiecewiseTripleCompare()