Home
last modified time | relevance | path

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

/external/llvm/lib/Linker/
DIRMover.cpp1163 static bool triplesMatch(const Triple &T0, const Triple &T1) { in triplesMatch() function
1208 if (!SrcM->getTargetTriple().empty() && !triplesMatch(SrcTriple, DstTriple)) in run()