Home | History | Annotate | Download | only in Driver

Lines Matching refs:SameFile

2099     bool SameFile = false;
2103 llvm::sys::fs::equivalent(BaseInput, Result.c_str(), SameFile);
2105 if (SameFile) {