Home | History | Annotate | Download | only in Driver

Lines Matching refs:BasePath

1671   SmallString<128> BasePath(BaseInput);
1676 BaseName = BasePath;
1678 BaseName = llvm::sys::path::filename(BasePath);
1747 llvm::sys::path::remove_filename(BasePath);
1748 if (BasePath.empty())
1749 BasePath = NamedOutput;
1751 llvm::sys::path::append(BasePath, NamedOutput);
1752 return C.addResultFile(C.getArgs().MakeArgString(BasePath.c_str()), &JA);