Home | History | Annotate | Download | only in Driver

Lines Matching full:samefile

1553     bool SameFile = false;
1557 llvm::sys::fs::equivalent(BaseInput, Result.c_str(), SameFile);
1559 if (SameFile) {