Home | History | Annotate | Download | only in Linker

Lines Matching full:triplesmatch

1426 static bool triplesMatch(const Triple &T0, const Triple &T1) {
1466 if (!SrcM.getTargetTriple().empty() && !triplesMatch(SrcTriple, DstTriple))