Searched refs:SameFile (Results 1 – 4 of 4) sorted by relevance
107 return os.SameFile(infoa, infob)
2303 bool SameFile = false; in GetNamedOutputPath() local2307 llvm::sys::fs::equivalent(BaseInput, Result.c_str(), SameFile); in GetNamedOutputPath()2309 if (SameFile) { in GetNamedOutputPath()