Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp559 static bool comparePaths(StringRef Path1, StringRef Path2) { in comparePaths() function
711 return comparePaths(Name, Path); in performReadOperation()
860 return comparePaths(Name, PathOrErr ? *PathOrErr : Path); in computeInsertAction()
862 return comparePaths(Name, Path); in computeInsertAction()
922 if (comparePaths(Name, RelPos) && isValidInBitMode(Child)) { in computeNewArchiveMembers()
1251 return comparePaths(M.MemberName, Rest); in runMRIScript()